Home
last modified time | relevance | path

Searched refs:F_TLOCK (Results 1 - 25 of 30) sorted by relevance

12

/third_party/musl/porting/liteos_a/user/src/misc/
H A Dlockf.c25 case F_TLOCK: in lockf()
/third_party/musl/src/misc/
H A Dlockf.c26 case F_TLOCK: in lockf()
/third_party/musl/libc-test/src/functionalext/supplement/misc/
H A Dlockf.c48 * @tc.desc : Verify lockf process success. When cmd is F_TLOCK.
59 int ret = lockf(fd, F_TLOCK, 0); in lockf_0200()
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h122 #define F_TLOCK 2 macro
H A Dunistd.h160 #define F_TLOCK 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h121 #define F_TLOCK 2 macro
H A Dunistd.h133 #define F_TLOCK 2 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h121 #define F_TLOCK 2 macro
H A Dunistd.h133 #define F_TLOCK 2 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h121 #define F_TLOCK 2 macro
H A Dunistd.h133 #define F_TLOCK 2 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h124 #define F_TLOCK 2 macro
H A Dunistd.h138 #define F_TLOCK 2 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h121 #define F_TLOCK 2 macro
H A Dunistd.h158 #define F_TLOCK 2 macro
/third_party/musl/include/
H A Dfcntl.h124 #define F_TLOCK 2 macro
H A Dunistd.h197 #define F_TLOCK 2 macro
/third_party/eudev/src/collect/
H A Dcollect.c110 if (lockf(fd,F_TLOCK,0) < 0) { in prepare()
/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h158 #define F_TLOCK 2 macro
/third_party/musl/libc-test/src/api/
H A Dunistd.c96 C(F_TLOCK) in f()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs203 pub const F_TLOCK: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs882 pub const F_TLOCK: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs598 pub const F_TLOCK: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1861 pub const F_TLOCK: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1208 pub const F_TLOCK: ::c_int = 2; consts

Completed in 45 milliseconds

12