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

  /external/ltp/include/old/
usctest.h 74 * TEST_VOID: calls a system call
85 #define TEST_VOID(SCALL) do { errno = 0; SCALL; TEST_ERRNO = errno; } while (0)
  /external/ltp/testcases/kernel/syscalls/sync/
sync01.c 147 TEST_VOID(sync());
sync02.c 107 TEST_VOID(sync());

Completed in 200 milliseconds