Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_init.c71 struct urwlock _thr_atfork_lock = DEFAULT_URWLOCK;
127 struct urwlock _thr_list_lock = DEFAULT_URWLOCK;
H A Dthr_pshared.c49 static struct urwlock pshared_lock = DEFAULT_URWLOCK;
H A Dthr_umtx.h40 #define DEFAULT_URWLOCK {0,0,0,0,{0,0,0,0}} macro
H A Dthr_umtx.c43 static const struct urwlock default_rwl = DEFAULT_URWLOCK; in _thr_urwlock_init()