Home
last modified time | relevance | path

Searched refs:uthread_reset_proc_refcount (Results 1 – 6 of 6) sorted by relevance

/xnu-8019.80.24/bsd/dev/i386/
H A Dsystemcalls.c114 uthread_reset_proc_refcount(uthread); in unix_syscall()
302 uthread_reset_proc_refcount(uthread); in unix_syscall64()
/xnu-8019.80.24/osfmk/arm64/
H A Dbsd_arm64.c198 uthread_reset_proc_refcount(ut); in mach_syscall()
/xnu-8019.80.24/osfmk/i386/
H A Dbsd_i386.c521 uthread_reset_proc_refcount(ut); in mach_call_munger()
639 uthread_reset_proc_refcount(ut); in mach_call_munger64()
/xnu-8019.80.24/bsd/dev/arm/
H A Dsystemcalls.c108 uthread_reset_proc_refcount(uthread); in unix_syscall()
/xnu-8019.80.24/osfmk/kern/
H A Dthread.h1359 extern void uthread_reset_proc_refcount(struct uthread *);
/xnu-8019.80.24/bsd/kern/
H A Dkern_proc.c431 uthread_reset_proc_refcount(uthread_t uth) in uthread_reset_proc_refcount() function