Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_spinlock.c50 static struct umutex spinlock_static_lock = DEFAULT_UMUTEX; variable
91 THR_UMUTEX_LOCK(curthread, &spinlock_static_lock); in init_spinlock()
98 THR_UMUTEX_UNLOCK(curthread, &spinlock_static_lock); in init_spinlock()
108 _thr_umutex_init(&spinlock_static_lock); in _thr_spinlock_init()