Home
last modified time | relevance | path

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

/third_party/ltp/lib/
Dtst_test.c1259 static unsigned long long get_time_ms(void) in get_time_ms() function
1315 stop_time = get_time_ms() + (unsigned long long)(duration * 1000); in testrun()
1325 if (stop_time && get_time_ms() < stop_time) in testrun()