HomeSort by relevance Sort by last modified time
    Searched refs:TEXIT (Results 1 - 4 of 4) sorted by null

  /external/ltp/testcases/kernel/io/disktest/
threading.h 110 #define TEXIT(errno) ExitThread(errno); return(errno)
119 #define TEXIT(errno) pthread_exit((void*)errno)
main.c 301 TEXIT((uintptr_t) GETLASTERROR());
304 TEXIT((uintptr_t) GETLASTERROR());
312 TEXIT((uintptr_t) GETLASTERROR());
316 TEXIT(ulRV);
436 TEXIT((uintptr_t) GETLASTERROR());
timer.c 210 TEXIT((uintptr_t) GETLASTERROR());
childmain.c 619 TEXIT(GETLASTERROR());
642 TEXIT((uintptr_t) GETLASTERROR());
653 TEXIT((uintptr_t) GETLASTERROR());
666 TEXIT((uintptr_t) GETLASTERROR());
1045 TEXIT((uintptr_t) exit_code);

Completed in 66 milliseconds