Home
last modified time | relevance | path

Searched defs:thread_exit (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dthread.h57 #define thread_exit() spl_thread_exit() macro
/freebsd/contrib/ntp/libntp/
H A Dwork_thread.c63 # define thread_exit(c) _endthreadex(c) macro
70 # define thread_exit(c) pthread_exit((void*)(UINTPTR_T)(c)) macro
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dproc.h103 #define thread_exit() kthread_exit() macro
/freebsd/sys/kern/
H A Dkern_thread.c934 thread_exit(void) in thread_exit() function