Searched refs:clockid (Results 1 – 2 of 2) sorted by relevance
77 int timer_create(clockid_t clockid, struct sigevent * evp, timer_t * timerid) in timer_create() argument84 ((clockid != CLOCK_REALTIME) && (clockid != CLOCK_MONOTONIC))) { in timer_create()
143 int clock_gettime(clockid_t clockid, struct timespec *tp);
Completed in 6 milliseconds