Home
last modified time | relevance | path

Searched refs:thread_getstatus_to_user (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.81.4/osfmk/kern/ !
H A Dexception.c307 kr = thread_getstatus_to_user(thread, flavor, in exception_deliver()
448 kr = thread_getstatus_to_user(thread, flavor, in exception_deliver()
518 kr = thread_getstatus_to_user(thread, flavor, in exception_deliver()
H A Dthread_act.c1035 thread_getstatus_to_user( in thread_getstatus_to_user() function
H A Dthread.h1464 extern kern_return_t thread_getstatus_to_user(
/xnu-12377.81.4/bsd/dev/arm/ !
H A Dunix_signal.c35 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()
/xnu-12377.81.4/bsd/kern/ !
H A Dkern_exit.c1156 kr = thread_getstatus_to_user(current_thread(), bt_thread_state->flavor, in current_thread_collect_backtrace_info()
1189 kr = thread_getstatus_to_user(current_thread(), bt_thread_state->flavor, in current_thread_collect_backtrace_info()