Searched refs:__thr_rwlock_rdlock (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libthr/thread/ |
H A D | thr_umtx.h | 67 int __thr_rwlock_rdlock(struct urwlock *rwlock, int flags, 229 return (__thr_rwlock_rdlock(rwlock, flags, tsp)); in _thr_rwlock_rdlock()
|
H A D | thr_umtx.c | 278 __thr_rwlock_rdlock(struct urwlock *rwlock, int flags, in __thr_rwlock_rdlock() function 333 ret = __thr_rwlock_rdlock(rwlock, URWLOCK_PREFER_READER, NULL); in _thr_rwl_rdlock()
|
H A D | thr_rwlock.c | 214 ret = __thr_rwlock_rdlock(&prwlock->lock, flags, abstime); in rwlock_rdlock_common()
|