Home
last modified time | relevance | path

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

/xnu-10063.121.3/bsd/dev/arm/
H A Dunix_signal.c37 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-10063.121.3/osfmk/kern/
H A Dthread_act.c657 result = machine_thread_state_convert_to_user(thread, flavor, state, in thread_get_state_internal()
840 kr = machine_thread_state_convert_to_user(to_thread, flavor, in thread_convert_thread_state()
H A Dthread.h1248 extern kern_return_t machine_thread_state_convert_to_user(
/xnu-10063.121.3/osfmk/arm64/
H A Dstatus.c324 machine_thread_state_convert_to_user( in machine_thread_state_convert_to_user() function
/xnu-10063.121.3/osfmk/i386/
H A Dpcb.c851 machine_thread_state_convert_to_user( in machine_thread_state_convert_to_user() function