Searched refs:th_act (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.121.2/bsd/dev/arm/ |
| H A D | unix_signal.c | 69 sendsig_get_state32(thread_t th_act, arm_thread_state_t *ts, mcontext32_t *mcp) in sendsig_get_state32() argument 78 …if (thread_getstatus(th_act, ARM_THREAD_STATE, (thread_state_t) tstate, &state_count) != KERN_SUCC… in sendsig_get_state32() 85 if (machine_thread_state_convert_to_user(th_act, ARM_THREAD_STATE, (thread_state_t) tstate, in sendsig_get_state32() 92 …if (thread_getstatus(th_act, ARM_EXCEPTION_STATE, (thread_state_t) tstate, &state_count) != KERN_S… in sendsig_get_state32() 98 …if (thread_getstatus_to_user(th_act, ARM_VFP_STATE, (thread_state_t) tstate, &state_count, TSSF_FL… in sendsig_get_state32() 116 sendsig_get_state64(thread_t th_act, arm_thread_state64_t *ts, mcontext64_t *mcp) in sendsig_get_state64() argument 125 …if (thread_getstatus(th_act, ARM_THREAD_STATE64, (thread_state_t) tstate, &state_count) != KERN_SU… in sendsig_get_state64() 136 if (machine_thread_state_convert_to_user(th_act, ARM_THREAD_STATE64, (thread_state_t) tstate, in sendsig_get_state64() 143 …if (thread_getstatus(th_act, ARM_EXCEPTION_STATE64, (thread_state_t) tstate, &state_count) != KERN… in sendsig_get_state64() 149 …if (thread_getstatus_to_user(th_act, ARM_NEON_STATE64, (thread_state_t) tstate, &state_count, TSSF… in sendsig_get_state64() [all …]
|
| /xnu-8796.121.2/bsd/kern/ |
| H A D | mach_process.c | 122 thread_t th_act; in ptrace() local 405 th_act = (thread_t)get_firstthread(task); in ptrace() 406 if (th_act == THREAD_NULL) { in ptrace() 443 if (thread_setsinglestep(th_act, 1) != KERN_SUCCESS) { in ptrace() 458 if (thread_setsinglestep(th_act, 0) != KERN_SUCCESS) { in ptrace() 485 th_act = port_name_to_thread(CAST_MACH_PORT_TO_NAME(uap->addr), in ptrace() 487 if (th_act == THREAD_NULL) { in ptrace() 491 ut = (uthread_t)get_bsdthread_info(th_act); in ptrace() 499 thread_deallocate(th_act); in ptrace()
|
| H A D | kern_core.c | 172 collectth_state(thread_t th_act, void *tirp) in collectth_state() argument 201 thread_getstatus(th_act, flavors[i].flavor, in collectth_state()
|