Searched refs:thread_setstatus (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/bsd/dev/i386/ |
| H A D | unix_signal.c | 71 extern kern_return_t thread_setstatus(thread_t thread, int flavor, 724 if (thread_setstatus(thread, flavor, (thread_state_t)state, state_count) != KERN_SUCCESS) { in sendsig() 914 if (thread_setstatus(thread, ts_flavor, ts, ts_count) != KERN_SUCCESS) { in sigreturn() 925 if (thread_setstatus(thread, fs_flavor, fs, fs_count) != KERN_SUCCESS) { in sigreturn()
|
| /xnu-8019.80.24/bsd/dev/arm/ |
| H A D | unix_signal.c | 38 extern kern_return_t thread_setstatus(thread_t thread, int flavor, 176 return thread_setstatus(th_act, ARM_THREAD_STATE64, (void *)regs, ARM_THREAD_STATE64_COUNT); in sendsig_set_thread_state64() 222 return thread_setstatus(th_act, ARM_THREAD_STATE, (void *)regs, ARM_THREAD_STATE_COUNT); in sendsig_set_thread_state32()
|
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | thread_act.c | 908 thread_setstatus( in thread_setstatus() function
|
| H A D | thread.h | 1166 extern kern_return_t thread_setstatus(
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | kern_exec.c | 872 ret = thread_setstatus(thread, flavor, (thread_state_t)ts, size); in activate_exec_state()
|