Searched refs:TEXIT (Results 1 – 4 of 4) sorted by relevance
110 #define TEXIT(errno) ExitThread(errno); return(errno) macro119 #define TEXIT(errno) pthread_exit((void*)errno) macro
301 TEXIT((uintptr_t) GETLASTERROR()); in threadedMain()304 TEXIT((uintptr_t) GETLASTERROR()); in threadedMain()312 TEXIT((uintptr_t) GETLASTERROR()); in threadedMain()316 TEXIT(ulRV); in threadedMain()436 TEXIT((uintptr_t) GETLASTERROR()); in threadedMain()
619 TEXIT(GETLASTERROR()); in ChildMain()642 TEXIT((uintptr_t) GETLASTERROR()); in ChildMain()653 TEXIT((uintptr_t) GETLASTERROR()); in ChildMain()666 TEXIT((uintptr_t) GETLASTERROR()); in ChildMain()1045 TEXIT((uintptr_t) exit_code); in ChildMain()
210 TEXIT((uintptr_t) GETLASTERROR()); in ChildTimer()