Home
last modified time | relevance | path

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

/openbsd/lib/librthread/
H A Drthread_rwlock.c150 error = _twait(&rwlock->value, new, CLOCK_REALTIME, in _rthread_rwlock_timedrdlock()
227 error = _twait(&rwlock->value, new, CLOCK_REALTIME, in _rthread_rwlock_timedwrlock()
H A Dsynch.h29 _twait(volatile uint32_t *p, int val, clockid_t clockid, const struct timespec *abs) in _twait() function
H A Drthread_sem.c76 error = _twait(&sem->value, 0, CLOCK_REALTIME, abstime); in _sem_wait()
/openbsd/lib/libc/thread/
H A Drthread_mutex.c120 while (_twait(&mutex->type, type, CLOCK_REALTIME, in _rthread_mutex_trylock()
192 error = _twait(&mutex->lock, CONTENDED, CLOCK_REALTIME, abs); in _rthread_mutex_timedlock()
H A Dsynch.h29 _twait(volatile uint32_t *p, int val, clockid_t clockid, const struct timespec *abs) in _twait() function
H A Drthread_cond.c106 error = _twait(&cond->seq, seq, clock, abs); in _rthread_cond_timedwait()