Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/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-3.7.0-3.6.0/newlib/libc/stdio/
Dfclose.c81 _funlockfile (fp); in fclose()
107 _funlockfile (fp); in fclose()
Dfreopen.c102 _funlockfile (fp); in freopen()
210 _funlockfile (fp); in freopen()
235 _funlockfile (fp); in freopen()
Dlocal.h85 _funlockfile (_fp); \
91 _funlockfile (_fp); \
122 _funlockfile(_fp); \
126 _funlockfile(_fp); \
Dfindfp.c286 _funlockfile (fp); in __fp_unlock()
/picolibc-3.7.0-3.6.0/newlib/libc/stdio64/
Dfreopen64.c104 _funlockfile (fp); in freopen64()
212 _funlockfile (fp); in freopen64()
240 _funlockfile (fp); in freopen64()
/picolibc-3.7.0-3.6.0/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 …]