Searched defs:thread_exit (Results 1 – 3 of 3) sorted by relevance
114 thread_exit(void) in thread_exit() function
75 # define thread_exit(c) _endthreadex(c) macro82 # define thread_exit(c) pthread_exit((void*)(UINTPTR_T)(c)) macro
234 #define thread_exit() thr_exit(NULL) macro