Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/kernel/src/internal/
Dstdio_impl.h12 #define FLOCK(f) __lockfile(f) macro
/third_party/musl/porting/uniproton/kernel/src/internal/
Dstdio_impl.h12 #define FLOCK(f) __lockfile(f) macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dstdio_impl.h8 #define FLOCK(f) __lockfile(f) macro
/third_party/musl/src/internal/
Dstdio_impl.h10 #define FLOCK(f) int __need_unlock = ((f)->lock>=0 ? __lockfile((f)) : 0) macro
/third_party/musl/porting/linux/user/src/internal/
Dstdio_impl.h11 #define FLOCK(f) int __need_unlock = ((f)->lock>=0 ? __lockfile((f)) : 0) macro