Searched refs:c_clockid (Results 1 – 6 of 6) sorted by relevance
87 *clock_id = (*attr)->c_clockid; in _pthread_condattr_getclock()102 (*attr)->c_clockid = clock_id; in _pthread_condattr_setclock()
83 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()
111 .c_clockid = CLOCK_REALTIME
202 int c_clockid; member
54 __uint32_t c_clockid; /* Clock id */ member
2951 error = fueword32(&cv->c_clockid, &clockid); in do_cv_wait()