Searched defs:thread_exit (Results 1 – 4 of 4) 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
103 #define thread_exit() kthread_exit() macro
934 thread_exit(void) in thread_exit() function