Home
last modified time | relevance | path

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

/dragonfly/lib/libc/stdio/
H A Dfindfp.c82 static spinlock_t thread_lock = _SPINLOCK_INITIALIZER; variable
83 #define THREAD_LOCK() if (__isthreaded) _SPINLOCK(&thread_lock)
84 #define THREAD_UNLOCK() if (__isthreaded) _SPINUNLOCK(&thread_lock)