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

/freebsd-12-stable/lib/libthr/thread/
H A Dthr_list.c86 _thr_urwlock_init(&_thr_list_lock);
H A Dthr_private.h646 _thr_rwl_rdlock(&_thr_list_lock); \
652 _thr_rwl_wrlock(&_thr_list_lock); \
657 _thr_rwl_unlock(&_thr_list_lock); \
768 extern struct urwlock _thr_list_lock __hidden;
H A Dthr_init.c129 struct urwlock _thr_list_lock = DEFAULT_URWLOCK; variable in typeref:struct:urwlock

Completed in 104 milliseconds