Searched refs:th_act (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dmach_process.c120 thread_t th_act; local
327 th_act = (thread_t)get_firstthread(task);
328 if (th_act == THREAD_NULL) {
359 if (thread_setsinglestep(th_act, 1) != KERN_SUCCESS) {
374 if (thread_setsinglestep(th_act, 0) != KERN_SUCCESS) {
400 th_act = port_name_to_thread(CAST_MACH_PORT_TO_NAME(uap->addr));
401 if (th_act == THREAD_NULL)
403 ut = (uthread_t)get_bsdthread_info(th_act);
410 thread_deallocate(th_act);
H A Dkern_core.c102 void collectth_state(thread_t th_act, void *tirp);
156 collectth_state(thread_t th_act, void *tirp) argument
185 thread_getstatus(th_act, flavors[i].flavor,
H A Dsys_generic.c984 thread_t th_act; local
990 th_act = current_thread();
991 uth = get_bsdthread_info(th_act);
993 retval = (int *)get_bsduthreadrval(th_act);
1152 thread_t th_act; local
1165 th_act = current_thread();
1166 uap = (struct select_args *)get_bsduthreadarg(th_act);
1167 retval = (int *)get_bsduthreadrval(th_act);
1168 uth = get_bsdthread_info(th_act);
H A Dkdebug.c1086 kdbg_resolve_map(thread_t th_act, void *opaque) argument
1093 mapptr->thread = (uintptr_t)thread_tid(th_act);
/darwin-on-arm/xnu/bsd/uxkern/
H A Dux_exception.c239 thread_t th_act; local
257 th_act = convert_port_to_thread(thread_port);
260 th_act = THREAD_NULL;
266 if (th_act != THREAD_NULL) {
273 ut = get_bsdthread_info(th_act);
274 p = proc_findthread(th_act);
336 threadsignal(th_act, ux_signal, code[0]);
340 thread_deallocate(th_act);

Completed in 31 milliseconds