Home
last modified time | relevance | path

Searched refs:STDIO_THREAD_LOCK (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/lib/libc/stdio/
HDfindfp.c129 STDIO_THREAD_LOCK(); in __sfp()
138 STDIO_THREAD_LOCK(); /* reacquire the lock */ in __sfp()
187 STDIO_THREAD_LOCK(); in f_prealloc()
HDfclose.c79 STDIO_THREAD_LOCK(); in cleanfile()
/freebsd-14-stable/lib/libc/include/
HDlibc_private.h98 #define STDIO_THREAD_LOCK() \ macro