Home
last modified time | relevance | path

Searched refs:__thr_rwlock_rdlock (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_umtx.h67 int __thr_rwlock_rdlock(struct urwlock *rwlock, int flags,
229 return (__thr_rwlock_rdlock(rwlock, flags, tsp)); in _thr_rwlock_rdlock()
H A Dthr_umtx.c278 __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 Dthr_rwlock.c214 ret = __thr_rwlock_rdlock(&prwlock->lock, flags, abstime); in rwlock_rdlock_common()