Home
last modified time | relevance | path

Searched refs:uthread_destroy_proc_refcount (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dthread.h1625 extern void uthread_destroy_proc_refcount(struct uthread *);
1629 #define uthread_destroy_proc_refcount(uth) ((void)(uth)) macro
/xnu-11215/bsd/kern/
H A Dkern_fork.c1537 uthread_destroy_proc_refcount(uth); in uthread_destroy()
H A Dkern_proc.c486 uthread_destroy_proc_refcount(uthread_t uth) in uthread_destroy_proc_refcount() function