Searched refs:monotonic_resolution (Results 1 - 1 of 1) sorted by relevance

/external/ltp/lib/
H A Dtst_timer_test.c38 static unsigned int monotonic_resolution; variable
181 * 2*monotonic_resolution - accomodates for granurality of the CLOCK_MONOTONIC
201 return (400 + 2 * monotonic_resolution + slack_per_scall) * nsamples
290 if (samples[i] <= 3 * monotonic_resolution)
358 monotonic_resolution = t.tv_nsec / 1000;

Completed in 254 milliseconds