Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dfindfp.c132 STDIO_THREAD_UNLOCK(); /* don't hold lock while malloc()ing. */ in __sfp()
141 STDIO_THREAD_UNLOCK(); in __sfp()
187 STDIO_THREAD_UNLOCK(); in f_prealloc()
H A Dfclose.c78 STDIO_THREAD_UNLOCK(); in cleanfile()
/freebsd/lib/libc/include/
H A Dlibc_private.h105 #define STDIO_THREAD_UNLOCK() \ macro