Searched refs:_thr_rwlock_tryrdlock (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/lib/libthr/thread/
H A Dthr_rwlock.c192 ret = _thr_rwlock_tryrdlock(&prwlock->lock, flags);
209 if (_thr_rwlock_tryrdlock(&prwlock->lock, flags) == 0) {
262 ret = _thr_rwlock_tryrdlock(&prwlock->lock, flags);
H A Dthr_umtx.h185 _thr_rwlock_tryrdlock(struct urwlock *rwlock, int flags) function
228 if (_thr_rwlock_tryrdlock(rwlock, flags) == 0)
H A Dthr_umtx.c342 if (_thr_rwlock_tryrdlock(rwlock, URWLOCK_PREFER_READER) == 0)

Completed in 104 milliseconds