Searched defs:thread_exit (Results 1 – 5 of 5) sorted by relevance
57 #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
50 #define thread_exit() pthread_exit(NULL) macro
103 #define thread_exit() kthread_exit() macro
934 thread_exit(void) in thread_exit() function