Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libthr/thread/
HDthr_fork.c233 _thr_rwlock_unlock(&_thr_atfork_lock); in __thr_fork()
256 _thr_rwlock_unlock(&_thr_atfork_lock); in __thr_fork()
HDthr_rtld.c159 if (_thr_rwlock_unlock(&l->lock) == 0) { in _thr_rtld_lock_release()
HDthr_umtx.h243 _thr_rwlock_unlock(struct urwlock *rwlock) in _thr_rwlock_unlock() function
HDthr_rwlock.c370 ret = _thr_rwlock_unlock(&prwlock->lock); in _pthread_rwlock_unlock()
HDthr_umtx.c372 if (_thr_rwlock_unlock(rwlock)) in _thr_rwl_unlock()