Searched refs:proc_exit (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dthread.c155 extern void proc_exit(void *);
378 proc_exit(task->bsd_info);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exit.c162 void proc_exit(proc_t p);
356 /* Last thread to terminate will call proc_exit() */
431 proc_exit(proc_t p) function
800 /* mark the thread as the one that is doing proc_exit

Completed in 30 milliseconds