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

  /external/blktrace/btreplay/
btreplay.c 340 static int use_clock_gettime = -1; // Which clock to use local
342 if (use_clock_gettime < 0) {
343 use_clock_gettime = clock_getres(CLOCK_MONOTONIC, NULL) == 0;
344 if (use_clock_gettime) {
353 if (use_clock_gettime) {
    [all...]

Completed in 56 milliseconds