Home
last modified time | relevance | path

Searched defs:_funlockfile (Results 1 – 1 of 1) sorted by relevance

/picolibc-latest/newlib/libc/stdio/sys/
Dstdio.h36 # define _funlockfile(fp) (((fp)->_flags & __SSTR) ? 0 : __lock_release_recursive((fp)->_lock)) macro
38 # define _funlockfile(fp) ((void) 0) macro