Searched refs:__stdio_thread_lock (Results 1 – 2 of 2) sorted by relevance
91 extern struct _spinlock __stdio_thread_lock __hidden;95 _SPINLOCK(&__stdio_thread_lock); \100 _SPINUNLOCK(&__stdio_thread_lock); \
88 spinlock_t __stdio_thread_lock = _SPINLOCK_INITIALIZER; variable