Home
last modified time | relevance | path

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

/freebsd/lib/libc/include/
H A Dlibc_private.h99 extern struct _spinlock __stdio_thread_lock __hidden;
103 _SPINLOCK(&__stdio_thread_lock); \
108 _SPINUNLOCK(&__stdio_thread_lock); \
/freebsd/lib/libc/stdio/
H A Dfindfp.c82 spinlock_t __stdio_thread_lock = _SPINLOCK_INITIALIZER; variable