Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_rwlock.c295 ret = _thr_rwlock_trywrlock(&prwlock->lock); in _Tthr_rwlock_trywrlock()
316 ret = _thr_rwlock_trywrlock(&prwlock->lock); in rwlock_wrlock_common()
338 if (_thr_rwlock_trywrlock(&prwlock->lock) == 0) { in rwlock_wrlock_common()
H A Dthr_umtx.h207 _thr_rwlock_trywrlock(struct urwlock *rwlock) in _thr_rwlock_trywrlock() function
236 if (_thr_rwlock_trywrlock(rwlock) == 0) in _thr_rwlock_wrlock()
H A Dthr_umtx.c347 if (_thr_rwlock_trywrlock(rwlock) == 0) in _thr_rwl_wrlock()