Searched refs:_twait (Results 1 – 6 of 6) sorted by relevance
/openbsd/lib/librthread/ |
H A D | rthread_rwlock.c | 150 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 D | synch.h | 29 _twait(volatile uint32_t *p, int val, clockid_t clockid, const struct timespec *abs) in _twait() function
|
H A D | rthread_sem.c | 76 error = _twait(&sem->value, 0, CLOCK_REALTIME, abstime); in _sem_wait()
|
/openbsd/lib/libc/thread/ |
H A D | rthread_mutex.c | 120 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 D | synch.h | 29 _twait(volatile uint32_t *p, int val, clockid_t clockid, const struct timespec *abs) in _twait() function
|
H A D | rthread_cond.c | 106 error = _twait(&cond->seq, seq, clock, abs); in _rthread_cond_timedwait()
|