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

/openbsd-current/lib/libc/thread/
H A Drthread_mutex.c46 static _atomic_lock_t static_init_lock = _SPINLOCK_UNLOCKED; variable
154 _spinlock(&static_init_lock);
157 _spinunlock(&static_init_lock);
H A Drthread_sync.c33 static _atomic_lock_t static_init_lock = _SPINLOCK_UNLOCKED; variable
99 _spinlock(&static_init_lock);
102 _spinunlock(&static_init_lock);

Completed in 170 milliseconds