Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libthr/thread/
H A Dthr_init.c126 struct umutex _cond_static_lock = DEFAULT_UMUTEX; variable
445 _thr_umutex_init(&_cond_static_lock); in init_private()
H A Dthr_cond.c126 THR_LOCK_ACQUIRE(thread, &_cond_static_lock); in init_static()
133 THR_LOCK_RELEASE(thread, &_cond_static_lock); in init_static()
H A Dthr_private.h772 extern struct umutex _cond_static_lock __hidden;