Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dumtx.h208 void umtx_thread_exit(struct thread *);
/f-stack/freebsd/kern/
H A Dkern_kthread.c364 umtx_thread_exit(td); in kthread_exit()
H A Dkern_thr.c313 umtx_thread_exit(td); in sys_thr_exit()
H A Dkern_exit.c365 umtx_thread_exit(td); in exit1()
H A Dkern_thread.c1378 umtx_thread_exit(td); in thread_suspend_check()
H A Dkern_umtx.c4557 umtx_thread_exit(struct thread *td) in umtx_thread_exit() function