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

/freebsd-11-stable/lib/libthr/thread/
H A Dthr_pshared.c52 static struct urwlock pshared_lock = DEFAULT_URWLOCK; variable in typeref:struct:urwlock
59 _thr_urwlock_init(&pshared_lock);
69 _thr_rwl_rdlock(&pshared_lock);
77 _thr_rwl_wrlock(&pshared_lock);
84 _thr_rwl_unlock(&pshared_lock);
154 * the pshared_lock()). Otherwise, if we unmap the
260 _thr_rwl_rdlock(&pshared_lock);
267 _thr_rwl_unlock(&pshared_lock);

Completed in 154 milliseconds