Searched refs:clock_getres (Results 1 – 9 of 9) sorted by relevance
68 if (clock_getres (CLOCK_MONOTONIC, &ts) < 0) in omp_get_wtick()70 clock_getres (CLOCK_REALTIME, &ts); in omp_get_wtick()
69 if (clock_getres (CLOCK_MONOTONIC, &ts) < 0) in omp_get_wtick()71 clock_getres (CLOCK_REALTIME, &ts); in omp_get_wtick()
61 if (clock_getres(CLOCK_MONOTONIC, &ts_res)) in secs_elapsed()
166 int clock_getres(clockid_t, struct timespec *);
80 if (clock_getres(CLOCK_REALTIME, &tmptime) == -1) { in blast_loop()
150 clock_getres.o \
158 struct clock_getres_args clock_getres; member
120 MLINKS+=clock_gettime.2 clock_getres.2 \
46 clock_getres;