Searched defs:trywait (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/lib/libc/thread/ |
H A D | rthread_mutex.c | 96 _rthread_mutex_trylock(pthread_mutex_t mutex, int trywait, in _rthread_mutex_trylock() argument 136 _rthread_mutex_timedlock(pthread_mutex_t *mutexp, int trywait, in _rthread_mutex_timedlock() argument
|
H A D | rthread_sync.c | 85 _rthread_mutex_lock(pthread_mutex_t *mutexp, int trywait, in _rthread_mutex_lock()
|
/openbsd-src/lib/librthread/ |
H A D | rthread_rwlock.c | 115 _rthread_rwlock_timedrdlock(pthread_rwlock_t *rwlockp, int trywait, in _rthread_rwlock_timedrdlock() 192 _rthread_rwlock_timedwrlock(pthread_rwlock_t *rwlockp, int trywait, in _rthread_rwlock_timedwrlock()
|