Searched defs:thread_exit (Results 1 – 4 of 4) sorted by relevance
58 #define thread_exit() __thread_exit() macro
73 # define thread_exit(c) _endthreadex(c) macro80 # define thread_exit(c) pthread_exit((void*)(UINTPTR_T)(c)) macro
103 #define thread_exit() kthread_exit() macro
881 thread_exit(void) in thread_exit() function