Searched refs:__stdio_thread_lock (Results 1 – 2 of 2) sorted by relevance
99 extern struct _spinlock __stdio_thread_lock __hidden;103 _SPINLOCK(&__stdio_thread_lock); \108 _SPINUNLOCK(&__stdio_thread_lock); \
82 spinlock_t __stdio_thread_lock = _SPINLOCK_INITIALIZER; variable