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

/freebsd-11-stable/lib/libthr/thread/
H A Dthr_umtx.c289 __thr_rwlock_rdlock(struct urwlock *rwlock, int flags, function
344 ret = __thr_rwlock_rdlock(rwlock, URWLOCK_PREFER_READER, NULL);
H A Dthr_umtx.h68 int __thr_rwlock_rdlock(struct urwlock *rwlock, int flags,
230 return (__thr_rwlock_rdlock(rwlock, flags, tsp));
H A Dthr_rwlock.c204 ret = __thr_rwlock_rdlock(&prwlock->lock, flags, abstime);

Completed in 221 milliseconds