Searched defs:thread_exit (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dthread.h56 #define thread_exit() spl_thread_exit() macro
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dproc.h103 #define thread_exit() kthread_exit() macro
/freebsd-current/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-current/sys/kern/
H A Dkern_thread.c932 thread_exit(void) function
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dzfs_context.h234 #define thread_exit() pthread_exit(NULL) macro

Completed in 123 milliseconds