Searched defs:thread_exit (Results 1 – 4 of 4) sorted by relevance
56 #define thread_exit() spl_thread_exit() macro
63 # define thread_exit(c) _endthreadex(c) macro 70 # define thread_exit(c) pthread_exit((void*)(UINTPTR_T)(c)) macro
100 #define thread_exit() kthread_exit() macro
930 thread_exit(void) in thread_exit() function