Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/include/
H A Dlibc_private.h91 extern struct _spinlock __stdio_thread_lock __hidden;
95 _SPINLOCK(&__stdio_thread_lock); \
100 _SPINUNLOCK(&__stdio_thread_lock); \
/freebsd-13.1/lib/libc/stdio/
H A Dfindfp.c88 spinlock_t __stdio_thread_lock = _SPINLOCK_INITIALIZER; variable