Home
last modified time | relevance | path

Searched refs:__IMPL_UNLOCKED__ (Results 1 – 16 of 16) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dfflush_u.c27 #define __IMPL_UNLOCKED__ macro
Dfgets_u.c27 #define __IMPL_UNLOCKED__ macro
Dfgetws_u.c27 #define __IMPL_UNLOCKED__ macro
Dfputs_u.c27 #define __IMPL_UNLOCKED__ macro
Dfputws_u.c27 #define __IMPL_UNLOCKED__ macro
Dfread_u.c27 #define __IMPL_UNLOCKED__ macro
Dfwrite_u.c27 #define __IMPL_UNLOCKED__ macro
Dfflush.c92 #ifdef __IMPL_UNLOCKED__
97 #ifndef __IMPL_UNLOCKED__
Dfputs.c80 #ifdef __IMPL_UNLOCKED__
Dfwrite.c100 #ifdef __IMPL_UNLOCKED__
Dfputws.c90 #ifdef __IMPL_UNLOCKED__
Dfgetws.c95 #ifdef __IMPL_UNLOCKED__
Dfgets.c85 #ifdef __IMPL_UNLOCKED__
Dfread.c89 #ifdef __IMPL_UNLOCKED__
Dlocal.h63 #if defined(__SINGLE_THREAD__) || defined(__IMPL_UNLOCKED__)
/picolibc-latest/newlib/
DChangeLog-20151191 * libc/stdio/fflush.c: Add __IMPL_UNLOCKED__ overrides.
1196 * libc/stdio/fgets.c: Add __IMPL_UNLOCKED__ overrides.
1202 * libc/stdio/fgetws.c: Add __IMPL_UNLOCKED__ overrides.
1209 * libc/stdio/fputs.c: Add __IMPL_UNLOCKED__ overrides.
1215 * libc/stdio/fputws.c: Add __IMPL_UNLOCKED__ overrides.
1218 * libc/stdio/fread.c: Add __IMPL_UNLOCKED__ overrides.
1221 * libc/stdio/fwrite.c: Add __IMPL_UNLOCKED__ overrides.
1228 __IMPL_UNLOCKED__.