Home
last modified time | relevance | path

Searched refs:_thr_rwlock_unlock (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_fork.c276 _thr_rwlock_unlock(&_thr_atfork_lock); in thr_fork_impl()
300 _thr_rwlock_unlock(&_thr_atfork_lock); in thr_fork_impl()
H A Dthr_rtld.c167 if (_thr_rwlock_unlock(&l->lock) == 0) { in _thr_rtld_lock_release()
H A Dthr_umtx.h242 _thr_rwlock_unlock(struct urwlock *rwlock) in _thr_rwlock_unlock() function
H A Dthr_rwlock.c388 ret = _thr_rwlock_unlock(&prwlock->lock); in _Tthr_rwlock_unlock()
H A Dthr_umtx.c361 if (_thr_rwlock_unlock(rwlock)) in _thr_rwl_unlock()