HomeSort by: relevance | last modified time | path
    Searched defs:mono_t0 (Results 1 - 1 of 1) 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
244 RL(clock_gettime(CLOCK_MONOTONIC, &mono_t0));
262 timespecsub(&mono_t1, &mono_t0, &mono_d);

Completed in 12 milliseconds