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

/freebsd-10-stable/sys/cddl/compat/opensolaris/sys/
H A Dproc.h93 #define thread_exit() kthread_exit() macro
/freebsd-10-stable/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-10-stable/sys/kern/
H A Dkern_thread.c400 thread_exit(void) function
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h224 #define thread_exit() thr_exit(NULL) macro

Completed in 206 milliseconds