HomeSort by relevance Sort by last modified time
    Searched full:get_time_ms (Results 1 - 1 of 1) sorted by null

  /external/ltp/lib/
tst_test.c 854 static unsigned long long get_time_ms(void) function
895 stop_time = get_time_ms() + (unsigned long long)(duration * 1000);
905 if (stop_time && get_time_ms() < stop_time)

Completed in 60 milliseconds