Home
last modified time | relevance | path

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

/third_party/musl/src/misc/
Dlockf.c23 case F_TLOCK: in lockf()
/third_party/musl/porting/liteos_a/user/src/misc/
Dlockf.c25 case F_TLOCK: in lockf()
/third_party/musl/libc-test/src/functionalext/supplement/misc/
Dlockf.c59 int ret = lockf(fd, F_TLOCK, 0); in lockf_0200()
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h121 #define F_TLOCK 2 macro
Dunistd.h130 #define F_TLOCK 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h121 #define F_TLOCK 2 macro
Dunistd.h130 #define F_TLOCK 2 macro
/third_party/musl/ndk_musl_include/
Dfcntl.h121 #define F_TLOCK 2 macro
Dunistd.h132 #define F_TLOCK 2 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h121 #define F_TLOCK 2 macro
Dunistd.h130 #define F_TLOCK 2 macro
/third_party/musl/porting/liteos_m/user/include/
Dfcntl.h121 #define F_TLOCK 2 macro
Dunistd.h158 #define F_TLOCK 2 macro
/third_party/musl/include/
Dfcntl.h121 #define F_TLOCK 2 macro
Dunistd.h134 #define F_TLOCK 2 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dfcntl.h124 #define F_TLOCK 2 macro
Dunistd.h133 #define F_TLOCK 2 macro
/third_party/musl/porting/linux/user/include/
Dfcntl.h122 #define F_TLOCK 2 macro
Dunistd.h134 #define F_TLOCK 2 macro
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h158 #define F_TLOCK 2 macro
/third_party/eudev/src/collect/
Dcollect.c110 if (lockf(fd,F_TLOCK,0) < 0) { in prepare()
/third_party/musl/libc-test/src/api/
Dunistd.c96 C(F_TLOCK) in f()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/
Dakg_kernel_build.cc67 ret = lockf(fd_, F_TLOCK, 0); in TryLock()
/third_party/python/Modules/
Dposixmodule.c15223 #ifdef F_TLOCK in all_ins()
15224 if (PyModule_AddIntMacro(m, F_TLOCK)) return -1; in all_ins()
/third_party/python/Doc/library/
Dos.rst971 *cmd* specifies the command to use - one of :data:`F_LOCK`, :data:`F_TLOCK`,
983 F_TLOCK