HomeSort by: relevance | last modified time | path
    Searched defs:maxtime (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libc/sys/
t_clock_gettime.c 241 static const struct timespec maxtime = {5, 0}; local in function:check_monotonicity
263 } while (timespeccmp(&mono_d, &maxtime, <));
t_clock_gettime.c 241 static const struct timespec maxtime = {5, 0}; local in function:check_monotonicity
263 } while (timespeccmp(&mono_d, &maxtime, <));

Completed in 21 milliseconds