/third_party/musl/src/misc/ |
D | lockf.c | 23 case F_TLOCK: in lockf()
|
/third_party/musl/porting/liteos_a/user/src/misc/ |
D | lockf.c | 25 case F_TLOCK: in lockf()
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
D | lockf.c | 59 int ret = lockf(fd, F_TLOCK, 0); in lockf_0200()
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 121 #define F_TLOCK 2 macro
|
D | unistd.h | 130 #define F_TLOCK 2 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 121 #define F_TLOCK 2 macro
|
D | unistd.h | 130 #define F_TLOCK 2 macro
|
/third_party/musl/ndk_musl_include/ |
D | fcntl.h | 121 #define F_TLOCK 2 macro
|
D | unistd.h | 132 #define F_TLOCK 2 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fcntl.h | 121 #define F_TLOCK 2 macro
|
D | unistd.h | 130 #define F_TLOCK 2 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | fcntl.h | 121 #define F_TLOCK 2 macro
|
D | unistd.h | 158 #define F_TLOCK 2 macro
|
/third_party/musl/include/ |
D | fcntl.h | 121 #define F_TLOCK 2 macro
|
D | unistd.h | 134 #define F_TLOCK 2 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | fcntl.h | 124 #define F_TLOCK 2 macro
|
D | unistd.h | 133 #define F_TLOCK 2 macro
|
/third_party/musl/porting/linux/user/include/ |
D | fcntl.h | 122 #define F_TLOCK 2 macro
|
D | unistd.h | 134 #define F_TLOCK 2 macro
|
/third_party/musl/porting/liteos_a/user/include/ |
D | unistd.h | 158 #define F_TLOCK 2 macro
|
/third_party/eudev/src/collect/ |
D | collect.c | 110 if (lockf(fd,F_TLOCK,0) < 0) { in prepare()
|
/third_party/musl/libc-test/src/api/ |
D | unistd.c | 96 C(F_TLOCK) in f()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/ |
D | akg_kernel_build.cc | 67 ret = lockf(fd_, F_TLOCK, 0); in TryLock()
|
/third_party/python/Modules/ |
D | posixmodule.c | 15223 #ifdef F_TLOCK in all_ins() 15224 if (PyModule_AddIntMacro(m, F_TLOCK)) return -1; in all_ins()
|
/third_party/python/Doc/library/ |
D | os.rst | 971 *cmd* specifies the command to use - one of :data:`F_LOCK`, :data:`F_TLOCK`, 983 F_TLOCK
|