Home
last modified time | relevance | path

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

/freebsd-12.1/sys/compat/cloudabi/
H A Dcloudabi_thread.c48 umtx_thread_exit(td); in cloudabi_sys_thread_exit()
/freebsd-12.1/sys/sys/
H A Dumtx.h200 void umtx_thread_exit(struct thread *);
/freebsd-12.1/sys/kern/
H A Dkern_kthread.c363 umtx_thread_exit(td); in kthread_exit()
H A Dkern_thr.c316 umtx_thread_exit(td); in sys_thr_exit()
H A Dkern_thread.c1011 umtx_thread_exit(td); in thread_suspend_check()
H A Dkern_exit.c354 umtx_thread_exit(td); in exit1()
H A Dkern_umtx.c4571 umtx_thread_exit(struct thread *td) in umtx_thread_exit() function
/freebsd-12.1/sys/compat/linux/
H A Dlinux_fork.c422 umtx_thread_exit(td); in linux_exit()