Searched refs:machine_thread_state_convert_to_user (Results 1 – 6 of 6) sorted by relevance
| /xnu-8019.80.24/bsd/dev/arm/ |
| H A D | unix_signal.c | 36 extern kern_return_t machine_thread_state_convert_to_user(thread_t act, int flavor, 80 …if (machine_thread_state_convert_to_user(th_act, ARM_THREAD_STATE, (thread_state_t) tstate, &state… in sendsig_get_state32() 124 …if (machine_thread_state_convert_to_user(th_act, ARM_THREAD_STATE64, (thread_state_t) tstate, &sta… in sendsig_get_state64()
|
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | thread_act.c | 574 result = machine_thread_state_convert_to_user(thread, flavor, state, in thread_get_state_internal() 748 kr = machine_thread_state_convert_to_user(to_thread, flavor, in thread_convert_thread_state()
|
| H A D | thread.h | 1031 extern kern_return_t machine_thread_state_convert_to_user(
|
| /xnu-8019.80.24/osfmk/arm/ |
| H A D | status.c | 74 machine_thread_state_convert_to_user( in machine_thread_state_convert_to_user() function
|
| /xnu-8019.80.24/osfmk/arm64/ |
| H A D | status.c | 302 machine_thread_state_convert_to_user( in machine_thread_state_convert_to_user() function
|
| /xnu-8019.80.24/osfmk/i386/ |
| H A D | pcb.c | 829 machine_thread_state_convert_to_user( in machine_thread_state_convert_to_user() function
|