Home
last modified time | relevance | path

Searched refs:TEST_VOID (Results 1 – 3 of 3) sorted by relevance

/external/ltp/include/old/
Dusctest.h85 #define TEST_VOID(SCALL) do { errno = 0; SCALL; TEST_ERRNO = errno; } while (0) macro
/external/ltp/testcases/kernel/syscalls/sync/
Dsync01.c147 TEST_VOID(sync()); in main()
Dsync02.c107 TEST_VOID(sync()); in main()