Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/kernel/src/internal/
Dstdio_impl.h13 #define FUNLOCK(f) __unlockfile(f) macro
/third_party/musl/porting/uniproton/kernel/src/internal/
Dstdio_impl.h13 #define FUNLOCK(f) __unlockfile(f) macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dstdio_impl.h9 #define FUNLOCK(f) __unlockfile(f) macro
/third_party/musl/porting/linux/user/src/internal/
Dstdio_impl.h13 #define FUNLOCK(f) do { if (__need_unlock) __unlockfile((f)); } while (0) macro
/third_party/musl/src/internal/
Dstdio_impl.h13 #define FUNLOCK(f) do { if (__need_unlock) __unlockfile((f)); } while (0) macro