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

/freebsd-10.3-release/lib/libc/include/
H A Dlibc_private.h86 extern struct _spinlock __stdio_thread_lock __hidden;
90 _SPINLOCK(&__stdio_thread_lock); \
95 _SPINUNLOCK(&__stdio_thread_lock); \
/freebsd-10.3-release/lib/libc/stdio/
H A Dfindfp.c85 spinlock_t __stdio_thread_lock = _SPINLOCK_INITIALIZER; variable

Completed in 154 milliseconds