Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dfindfp.c126 STDIO_THREAD_LOCK(); in __sfp()
135 STDIO_THREAD_LOCK(); /* reacquire the lock */ in __sfp()
184 STDIO_THREAD_LOCK(); in f_prealloc()
H A Dfclose.c76 STDIO_THREAD_LOCK(); in cleanfile()
/freebsd/lib/libc/include/
H A Dlibc_private.h100 #define STDIO_THREAD_LOCK() \ macro