Searched refs:exit_thread (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h279 void *exit_thread; /* Which thread is exiting(PL) */ member in struct:proc
506 uint32_t exit_thread; /* XXX Which thread is exiting? */ member in struct:user32_extern_proc
558 user_addr_t exit_thread; /* XXX Which thread is exiting? */ member in struct:user64_extern_proc
H A Dproc.h111 void *exit_thread; /* XXX Which thread is exiting? */ member in struct:extern_proc
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_shutdown.c382 * with exit_thread correctly. This is OK unless we
387 if (p->exit_thread) { /* someone already doing it */
392 p->exit_thread = current_thread();
H A Dbsd_init.c560 kernproc->exit_thread = THREAD_NULL;
H A Dkern_sig.c3124 p->exit_thread = self;
3138 while (p->sigwait || p->exit_thread) {
3139 if (p->exit_thread) {
H A Dkern_exec.c2191 if (p->p_stat != SZOMB && p->exit_thread == NULL) {
2192 p->exit_thread = current_thread();
H A Dkern_exit.c318 while (p->exit_thread != self) {
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_socket.c4771 (!(p->p_acflag & AXSIG) || (p->exit_thread != current_thread()) ||

Completed in 112 milliseconds