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

  /external/ltp/include/
tst_clocks.h 27 int tst_clock_gettime(clockid_t clk_id, struct timespec *ts);
  /external/ltp/lib/
tst_timer.c 44 if (tst_clock_gettime(clk_id, &start_time)) {
52 tst_brk(TBROK | TERRNO, "tst_clock_gettime() failed");
60 if (tst_clock_gettime(clock_id, &start_time))
61 tst_res(TWARN | TERRNO, "tst_clock_gettime() failed");
68 if (tst_clock_gettime(clock_id, &cur_time))
69 tst_res(TWARN | TERRNO, "tst_clock_gettime() failed");
76 if (tst_clock_gettime(clock_id, &stop_time))
77 tst_res(TWARN | TERRNO, "tst_clock_gettime() failed");
tst_clocks.c 34 int tst_clock_gettime(clockid_t clk_id, struct timespec *ts) function
parse_opts.c 475 tst_clock_gettime(CLOCK_MONOTONIC, &ts);
tst_test.c 943 if (tst_clock_gettime(CLOCK_MONOTONIC, &ts))
944 tst_brk(TBROK | TERRNO, "tst_clock_gettime()");
968 if (tst_clock_gettime(CLOCK_MONOTONIC, &tst_start_time))
969 tst_res(TWARN | TERRNO, "tst_clock_gettime() failed");
1053 if (tst_clock_gettime(CLOCK_MONOTONIC, &now))
1054 tst_res(TWARN | TERRNO, "tst_clock_gettime() failed");

Completed in 333 milliseconds