Home | History | Annotate | Download | only in kern

Lines Matching defs:clkid

923  * futex_wait(fw, deadline, clkid)
926 * the clock clkid, or forever if deadline is NULL, for a futex
933 clockid_t clkid)
956 error = clock_gettime1(clkid, &ts);
1203 * futex_func_wait(uaddr, cmpval@val, bitset@val3, timeout, clkid, clkflags,
1214 const struct timespec *timeout, clockid_t clkid, int clkflags,
1238 error = clock_gettime1(clkid, &ts);
1281 error = futex_wait(fw, deadline, clkid);
1671 const clockid_t clkid = (op & FUTEX_CLOCK_REALTIME) ? CLOCK_REALTIME
1682 clkid, TIMER_RELTIME, retval);
1710 clkid, TIMER_ABSTIME, retval);