Searched refs:thread_getstatus_to_user (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.121.3/osfmk/kern/ |
| H A D | exception.c | 309 kr = thread_getstatus_to_user(thread, flavor, in exception_deliver() 400 kr = thread_getstatus_to_user(thread, flavor, in exception_deliver()
|
| H A D | thread_act.c | 955 thread_getstatus_to_user( in thread_getstatus_to_user() function
|
| H A D | thread.h | 1225 extern kern_return_t thread_getstatus_to_user(
|
| /xnu-8020.121.3/bsd/dev/arm/ |
| H A D | unix_signal.c | 35 extern kern_return_t thread_getstatus_to_user(thread_t act, int flavor, 98 …if (thread_getstatus_to_user(th_act, ARM_VFP_STATE, (thread_state_t) tstate, &state_count, TSSF_FL… in sendsig_get_state32() 149 …if (thread_getstatus_to_user(th_act, ARM_NEON_STATE64, (thread_state_t) tstate, &state_count, TSSF… in sendsig_get_state64()
|