Home
last modified time | relevance | path

Searched refs:__unlockfile (Results 1 - 10 of 10) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dstdio_impl.h13 #define FUNLOCK(f) __unlockfile(f)
29 hidden int __unlockfile(FILE *);
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dstdio_impl.h9 #define FUNLOCK(f) __unlockfile(f)
51 hidden int __unlockfile(FILE *);
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dstdio_impl.h13 #define FUNLOCK(f) __unlockfile(f)
29 hidden int __unlockfile(FILE *);
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A D__lockfile.c9 int __unlockfile(FILE *f) in __unlockfile() function
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A D__lockfile.c9 int __unlockfile(FILE *f) in __unlockfile() function
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A D__lockfile.c9 int __unlockfile(FILE *f) in __unlockfile() function
/third_party/musl/src/stdio/
H A Dfunlockfile.c9 __unlockfile(f); in funlockfile()
H A D__lockfile.c19 void __unlockfile(FILE *f) in __unlockfile() function
/third_party/musl/src/internal/
H A Dstdio_impl.h13 #define FUNLOCK(f) do { if (__need_unlock) __unlockfile((f)); } while (0)
121 hidden void __unlockfile(FILE *);
/third_party/musl/porting/linux/user/src/internal/
H A Dstdio_impl.h13 #define FUNLOCK(f) do { if (__need_unlock) __unlockfile((f)); } while (0)
117 hidden void __unlockfile(FILE *);

Completed in 3 milliseconds