Home
last modified time | relevance | path

Searched refs:F_LOCK (Results 1 - 25 of 32) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/misc/
H A Dlockf.c25 * @tc.desc : Verify lockf process success. When cmd is F_LOCK.
36 int ret = lockf(fd, F_LOCK, 0); in lockf_0100()
81 int ret = lockf(fd, F_LOCK, 0); in lockf_0300()
/third_party/musl/porting/liteos_a/user/src/misc/
H A Dlockf.c27 case F_LOCK: in lockf()
/third_party/musl/src/misc/
H A Dlockf.c28 case F_LOCK: in lockf()
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h121 #define F_LOCK 1 macro
H A Dunistd.h159 #define F_LOCK 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h120 #define F_LOCK 1 macro
H A Dunistd.h132 #define F_LOCK 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h120 #define F_LOCK 1 macro
H A Dunistd.h132 #define F_LOCK 1 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h120 #define F_LOCK 1 macro
H A Dunistd.h132 #define F_LOCK 1 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h123 #define F_LOCK 1 macro
H A Dunistd.h137 #define F_LOCK 1 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h120 #define F_LOCK 1 macro
H A Dunistd.h157 #define F_LOCK 1 macro
/third_party/musl/include/
H A Dfcntl.h123 #define F_LOCK 1 macro
H A Dunistd.h196 #define F_LOCK 1 macro
/third_party/eudev/src/collect/
H A Dcollect.c115 lockf(fd, F_LOCK, 0); in prepare()
/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h157 #define F_LOCK 1 macro
/third_party/musl/libc-test/src/api/
H A Dunistd.c94 C(F_LOCK) in f()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs201 pub const F_LOCK: ::c_int = 1; consts
/third_party/libfuse/util/
H A Dfusermount.c152 res = lockf(mtablock, F_LOCK, 0); in lock_umount()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs880 pub const F_LOCK: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs596 pub const F_LOCK: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1859 pub const F_LOCK: ::c_int = 1; consts

Completed in 37 milliseconds

12