Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
HDthread.h58 #define thread_exit() __thread_exit() macro
/freebsd-13-stable/contrib/ntp/libntp/
HDwork_thread.c63 # define thread_exit(c) _endthreadex(c) macro
70 # define thread_exit(c) pthread_exit((void*)(UINTPTR_T)(c)) macro
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
HDproc.h103 #define thread_exit() kthread_exit() macro
/freebsd-13-stable/sys/kern/
HDkern_thread.c885 thread_exit(void) in thread_exit() function