Home
last modified time | relevance | path

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

/third_party/ltp/lib/
Dtst_test.c57 static struct timespec tst_start_time; /* valid only for test pid */ variable
1288 if (tst_clock_gettime(CLOCK_MONOTONIC, &tst_start_time)) in heartbeat()
1386 elapsed = (tst_timespec_diff_ms(now, tst_start_time) + 500) / 1000; in tst_timeout_remaining()