Home
last modified time | relevance | path

Searched refs:clockwait (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_condwait.c52 bool clockwait; member
71 if (!rp->clockwait) in run()
93 if (rp->clockwait) in run()
136 cond_wait(clockid_t clck, bool clockwait, bool pshared, const char *msg) in cond_wait() argument
142 rp.clockwait = clockwait; in cond_wait()
/freebsd/lib/libthr/thread/
H A Dthr_cond.c56 bool clockwait);
210 bool clockwait) in cond_wait_kernel() argument
228 if (clockwait) { in cond_wait_kernel()
368 bool clockwait) in cond_wait_common() argument
377 if (!clockwait) in cond_wait_common()
395 clockwait)); in cond_wait_common()