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()
103 (*attr)->c_clockid = clock_id; in _pthread_condattr_setclock()
H A Dthr_cond.c87 cvp->kcond.c_clockid = CLOCK_REALTIME; in cond_init_body()
91 cvp->kcond.c_clockid = cattr->c_clockid; in cond_init_body()
378 clockid = cvp->kcond.c_clockid; in cond_wait_common()
H A Dthr_init.c113 .c_clockid = CLOCK_REALTIME
H A Dthr_private.h203 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.c4157 error = fueword32(&cv->c_clockid, &clockid); in __umtx_op_cv_wait()