Home
last modified time | relevance | path

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

/external/ltp/include/old/
Dusctest.h83 #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()
Dsync03.c40 TEST_VOID(sync()); in verify_sync()
Dsync02.c107 TEST_VOID(sync()); in main()
/external/ltp/include/
Dtst_test.h248 #define TEST_VOID(SCALL) \ macro