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

/freebsd-13-stable/lib/libthr/thread/
H A Dthr_rwlock.c201 ret = _thr_rwlock_tryrdlock(&prwlock->lock, flags);
218 if (_thr_rwlock_tryrdlock(&prwlock->lock, flags) == 0) {
271 ret = _thr_rwlock_tryrdlock(&prwlock->lock, flags);
H A Dthr_umtx.h187 _thr_rwlock_tryrdlock(struct urwlock *rwlock, int flags) function
230 if (_thr_rwlock_tryrdlock(rwlock, flags) == 0)
H A Dthr_umtx.c344 if (_thr_rwlock_tryrdlock(rwlock, URWLOCK_PREFER_READER) == 0)

Completed in 99 milliseconds