Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_fork.c97 _thr_rwl_wrlock(&_thr_atfork_lock); in _thr_atfork()
99 _thr_rwl_unlock(&_thr_atfork_lock); in _thr_atfork()
119 _thr_rwl_wrlock(&_thr_atfork_lock); in __pthread_cxa_finalize()
128 _thr_rwl_unlock(&_thr_atfork_lock); in __pthread_cxa_finalize()
174 _thr_rwl_rdlock(&_thr_atfork_lock); in thr_fork_impl()
260 _thr_rwl_rdlock(&_thr_atfork_lock); in thr_fork_impl()
276 _thr_rwlock_unlock(&_thr_atfork_lock); in thr_fork_impl()
300 _thr_rwlock_unlock(&_thr_atfork_lock); in thr_fork_impl()
H A Dthr_init.c71 struct urwlock _thr_atfork_lock = DEFAULT_URWLOCK; variable
482 _thr_urwlock_init(&_thr_atfork_lock); in init_private()
H A Dthr_private.h739 extern struct urwlock _thr_atfork_lock __hidden;