Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/sys/
Dstdio.h34 #if !defined(_funlockfile)
36 # define _funlockfile(fp) (((fp)->_flags & __SSTR) ? 0 : __lock_release_recursive((fp)->_lock)) macro
38 # define _funlockfile(fp) ((void) 0) macro
/picolibc-latest/newlib/libc/stdio/
Dfclose.c80 _funlockfile (fp); in fclose()
106 _funlockfile (fp); in fclose()
Dfreopen.c101 _funlockfile (fp); in freopen()
209 _funlockfile (fp); in freopen()
234 _funlockfile (fp); in freopen()
Dfunlockfile.c43 _funlockfile(file); in funlockfile()
Dlocal.h86 _funlockfile (_fp); \
92 _funlockfile (_fp); \
123 _funlockfile(_fp); \
127 _funlockfile(_fp); \
/picolibc-latest/newlib/libc/stdio64/
Dfreopen64.c104 _funlockfile (fp); in freopen64()
212 _funlockfile (fp); in freopen64()
240 _funlockfile (fp); in freopen64()
/picolibc-latest/newlib/
DChangeLog-201582 * libc/stdio/fclose.c (_fclose_r): Make _flockfile/_funlockfile calls
1283 _funlockfile calls.
3754 Use aforementioned macros in place of _flockfile/_funlockfile
7271 * libc/include/sys/stdio.h (_flockfile, _funlockfile): Fix typos.
13036 to _flockfile and _funlockfile; rely on locking in _ftell_r.
13355 (_funlockfile)[!SINGLE_THREAD]: Ditto.
13792 (_funlockfile)[!SINGLE_THREAD]: Ditto.
14083 _flockfile/_funlockfile.
14095 Add calls to _flockfile/_funlockfile. Remove
14105 _flockfile/_funlockfile.
[all …]