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

/freebsd-11-stable/lib/libthr/thread/
H A Dthr_umtx.c310 __thr_rwlock_wrlock(struct urwlock *rwlock, const struct timespec *tsp) function
360 ret = __thr_rwlock_wrlock(rwlock, NULL);
H A Dthr_umtx.h70 int __thr_rwlock_wrlock(struct urwlock *rwlock,
239 return (__thr_rwlock_wrlock(rwlock, tsp));
H A Dthr_rwlock.c312 ret = __thr_rwlock_wrlock(&prwlock->lock, abstime);

Completed in 119 milliseconds