Searched refs:thread_setstatus (Results 1 – 5 of 5) sorted by relevance
| /xnu-10063.101.15/bsd/dev/i386/ |
| H A D | unix_signal.c | 72 extern kern_return_t thread_setstatus(thread_t thread, int flavor, 731 if (thread_setstatus(thread, flavor, (thread_state_t)state, state_count) != KERN_SUCCESS) { in sendsig() 924 if (thread_setstatus(thread, ts_flavor, ts, ts_count) != KERN_SUCCESS) { in sigreturn() 940 if (thread_setstatus(thread, fs_flavor, fs, fs_count) != KERN_SUCCESS) { in sigreturn()
|
| /xnu-10063.101.15/bsd/dev/arm/ |
| H A D | unix_signal.c | 39 extern kern_return_t thread_setstatus(thread_t thread, int flavor, 189 return thread_setstatus(th_act, ARM_THREAD_STATE64, (void *)regs, ARM_THREAD_STATE64_COUNT); in sendsig_set_thread_state64() 233 return thread_setstatus(th_act, ARM_THREAD_STATE, (void *)regs, ARM_THREAD_STATE_COUNT); in sendsig_set_thread_state32()
|
| /xnu-10063.101.15/osfmk/kern/ |
| H A D | thread_act.c | 972 thread_setstatus( in thread_setstatus() function
|
| H A D | thread.h | 1378 extern kern_return_t thread_setstatus(
|
| /xnu-10063.101.15/bsd/kern/ |
| H A D | kern_exec.c | 899 ret = thread_setstatus(thread, flavor, (thread_state_t)ts, size); in activate_exec_state()
|