Home
last modified time | relevance | path

Searched refs:TEXIT (Results 1 – 4 of 4) sorted by relevance

/external/ltp/testcases/kernel/io/disktest/
Dthreading.h110 #define TEXIT(errno) ExitThread(errno); return(errno) macro
119 #define TEXIT(errno) pthread_exit((void*)errno) macro
Dmain.c301 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()
Dchildmain.c619 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()
Dtimer.c210 TEXIT((uintptr_t) GETLASTERROR()); in ChildTimer()