Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_pshared.c49 static struct urwlock pshared_lock = DEFAULT_URWLOCK; variable
61 _thr_urwlock_init(&pshared_lock); in __thr_pshared_init()
71 _thr_rwl_rdlock(&pshared_lock); in pshared_rlock()
79 _thr_rwl_wrlock(&pshared_lock); in pshared_wlock()
86 _thr_rwl_unlock(&pshared_lock); in pshared_unlock()
274 _thr_rwl_rdlock(&pshared_lock); in __thr_pshared_atfork_pre()
281 _thr_rwl_unlock(&pshared_lock); in __thr_pshared_atfork_post()