Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dthread.h58 #define thread_exit() __thread_exit() macro
/freebsd-13.1/contrib/ntp/libntp/
H A Dwork_thread.c73 # define thread_exit(c) _endthreadex(c) macro
80 # define thread_exit(c) pthread_exit((void*)(UINTPTR_T)(c)) macro
/freebsd-13.1/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dproc.h103 #define thread_exit() kthread_exit() macro
/freebsd-13.1/sys/kern/
H A Dkern_thread.c881 thread_exit(void) in thread_exit() function