Searched refs:machine_thread_state_convert_to_user (Results 1 – 5 of 5) sorted by relevance
| /xnu-8792.61.2/bsd/dev/arm/ |
| H A D | unix_signal.c | 37 extern kern_return_t machine_thread_state_convert_to_user(thread_t act, int flavor, 85 if (machine_thread_state_convert_to_user(th_act, ARM_THREAD_STATE, (thread_state_t) tstate, in sendsig_get_state32() 136 if (machine_thread_state_convert_to_user(th_act, ARM_THREAD_STATE64, (thread_state_t) tstate, in sendsig_get_state64()
|
| /xnu-8792.61.2/osfmk/kern/ |
| H A D | thread_act.c | 580 result = machine_thread_state_convert_to_user(thread, flavor, state, in thread_get_state_internal() 757 kr = machine_thread_state_convert_to_user(to_thread, flavor, in thread_convert_thread_state()
|
| H A D | thread.h | 1120 extern kern_return_t machine_thread_state_convert_to_user(
|
| /xnu-8792.61.2/osfmk/arm64/ |
| H A D | status.c | 325 machine_thread_state_convert_to_user( in machine_thread_state_convert_to_user() function
|
| /xnu-8792.61.2/osfmk/i386/ |
| H A D | pcb.c | 851 machine_thread_state_convert_to_user( in machine_thread_state_convert_to_user() function
|