Home
last modified time | relevance | path

Searched refs:uthread_assert_zero_proc_refcount (Results 1 – 8 of 8) sorted by relevance

/xnu-10063.101.15/bsd/dev/i386/
H A Dsystemcalls.c266 uthread_assert_zero_proc_refcount(uthread); in unix_syscall()
471 uthread_assert_zero_proc_refcount(uthread); in unix_syscall64()
/xnu-10063.101.15/osfmk/arm64/
H A Dbsd_arm64.c302 uthread_assert_zero_proc_refcount(ut); in mach_syscall()
/xnu-10063.101.15/osfmk/i386/
H A Dbsd_i386.c609 uthread_assert_zero_proc_refcount(ut); in mach_call_munger()
726 uthread_assert_zero_proc_refcount(ut); in mach_call_munger64()
/xnu-10063.101.15/bsd/dev/arm/
H A Dsystemcalls.c227 uthread_assert_zero_proc_refcount(uthread); in unix_syscall()
/xnu-10063.101.15/osfmk/kern/
H A Dthread.h1588 extern void uthread_assert_zero_proc_refcount(struct uthread *);
1592 #define uthread_assert_zero_proc_refcount(uth) ((void)(uth)) macro
H A Dsched_prim.c3894 uthread_assert_zero_proc_refcount(get_bsdthread_info(self)); in thread_block_reason()
/xnu-10063.101.15/bsd/kern/
H A Dkern_fork.c1444 uthread_assert_zero_proc_refcount(uth); in uthread_cleanup()
H A Dkern_proc.c492 uthread_assert_zero_proc_refcount(uthread_t uth) in uthread_assert_zero_proc_refcount() function