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

  /src/tests/lib/libc/sys/
t_clock_gettime.c 242 struct timespec mono_t0, t0, mono_d; local in function:check_monotonicity
262 timespecsub(&mono_t1, &mono_t0, &mono_d);
263 } while (timespeccmp(&mono_d, &maxtime, <));
t_clock_gettime.c 242 struct timespec mono_t0, t0, mono_d; local in function:check_monotonicity
262 timespecsub(&mono_t1, &mono_t0, &mono_d);
263 } while (timespeccmp(&mono_d, &maxtime, <));

Completed in 22 milliseconds