Home
last modified time | relevance | path

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

/netbsd/external/cddl/osnet/sys/kern/
H A Dmisc.c114 thread_exit(void) in thread_exit() function
/netbsd/external/bsd/ntp/dist/libntp/
H A Dwork_thread.c75 # define thread_exit(c) _endthreadex(c) macro
82 # define thread_exit(c) pthread_exit((void*)(UINTPTR_T)(c)) macro
/netbsd/external/cddl/osnet/dist/lib/libzpool/common/sys/
H A Dzfs_context.h234 #define thread_exit() thr_exit(NULL) macro