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

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/
17-1.c 20 #define TESTTIME 1037128358
28 tpset.tv_sec = TESTTIME;
6-1.c 17 #define TESTTIME 1037128358
24 tpset.tv_sec = TESTTIME;
20-1.c 19 #define TESTTIME 1037128358
26 tpset.tv_sec = TESTTIME;
17-2.c 31 #define TESTTIME 1037128358
46 tpset.tv_sec = TESTTIME;
1-1.c 26 #define TESTTIME 1037128358
47 tpset.tv_sec = TESTTIME;
  /external/ltp/testcases/open_posix_testsuite/functional/timers/clocks/
twopsetclock.c 13 * The two processes will attempt to set the clock to TESTTIME+DELTA
14 * and TESTTIME-DELTA.
26 #define TESTTIME 1037128358
45 tschild.tv_sec = TESTTIME + DELTA;
59 tsparent.tv_sec = TESTTIME - DELTA;
68 * Ensure we set clock to TESTTIME-DELTA or TESTTIME+DELTA.
77 delta = (tpget.tv_sec - LONGTIME) - TESTTIME;

Completed in 77 milliseconds