Home
last modified time | relevance | path

Searched refs:c_clockid (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_condattr.c87 *clock_id = (*attr)->c_clockid; in _pthread_condattr_getclock()
102 (*attr)->c_clockid = clock_id; in _pthread_condattr_setclock()
H A Dthr_cond.c83 cvp->kcond.c_clockid = CLOCK_REALTIME; in cond_init_body()
87 cvp->kcond.c_clockid = cattr->c_clockid; in cond_init_body()
318 error = _thr_sleep(curthread, cvp->kcond.c_clockid, abstime); in cond_wait_user()
H A Dthr_init.c111 .c_clockid = CLOCK_REALTIME
H A Dthr_private.h202 int c_clockid; member
/freebsd/sys/sys/
H A D_umtx.h54 __uint32_t c_clockid; /* Clock id */ member
/freebsd/sys/kern/
H A Dkern_umtx.c2942 error = fueword32(&cv->c_clockid, &clockid); in do_cv_wait()