Searched refs:tst_clock_gettime (Results 1 – 6 of 6) sorted by relevance
/external/ltp/lib/ |
D | tst_timer.c | 44 if (tst_clock_gettime(clk_id, &start_time)) { in tst_timer_check() 60 if (tst_clock_gettime(clock_id, &start_time)) in tst_timer_start() 68 if (tst_clock_gettime(clock_id, &cur_time)) in tst_timer_expired_ms() 76 if (tst_clock_gettime(clock_id, &stop_time)) in tst_timer_stop()
|
D | tst_wallclock.c | 25 if (tst_clock_gettime(CLOCK_REALTIME, &real_begin)) in tst_wallclock_save() 28 if (tst_clock_gettime(CLOCK_MONOTONIC_RAW, &mono_begin)) { in tst_wallclock_save() 49 if (tst_clock_gettime(CLOCK_MONOTONIC_RAW, &mono_end)) in tst_wallclock_restore()
|
D | tst_clocks.c | 22 int tst_clock_gettime(clockid_t clk_id, struct timespec *ts) in tst_clock_gettime() function
|
D | tst_test.c | 1057 if (tst_clock_gettime(CLOCK_MONOTONIC, &ts)) in get_time_ms() 1082 if (tst_clock_gettime(CLOCK_MONOTONIC, &tst_start_time)) in heartbeat() 1167 if (tst_clock_gettime(CLOCK_MONOTONIC, &now)) in tst_timeout_remaining()
|
D | parse_opts.c | 475 tst_clock_gettime(CLOCK_MONOTONIC, &ts); in get_current_time()
|
/external/ltp/include/ |
D | tst_clocks.h | 27 int tst_clock_gettime(clockid_t clk_id, struct timespec *ts);
|