Searched refs:F_OFD_SETLKW (Results 1 – 15 of 15) sorted by relevance
/third_party/ltp/include/lapi/ |
D | fcntl.h | 82 #ifndef F_OFD_SETLKW 83 # define F_OFD_SETLKW 38 macro
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl34.c | 65 my_fcntl(fd, F_OFD_SETLKW, &lck); in thread_fn_01() 71 my_fcntl(fd, F_OFD_SETLKW, &lck); in thread_fn_01()
|
D | fcntl36.c | 87 my_fcntl(fd, F_OFD_SETLKW, &lck); in fn_ofd_w() 93 my_fcntl(fd, F_OFD_SETLKW, &lck); in fn_ofd_w() 166 my_fcntl(fd, F_OFD_SETLKW, &lck); in fn_ofd_r()
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 50 #define F_OFD_SETLKW 38 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 50 #define F_OFD_SETLKW 38 macro
|
/third_party/musl/ndk_musl_include/ |
D | fcntl.h | 50 #define F_OFD_SETLKW 38 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fcntl.h | 50 #define F_OFD_SETLKW 38 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | fcntl.h | 50 #define F_OFD_SETLKW 38 macro
|
/third_party/musl/include/ |
D | fcntl.h | 50 #define F_OFD_SETLKW 38 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | fcntl.h | 51 #define F_OFD_SETLKW 38 macro
|
/third_party/musl/porting/linux/user/include/ |
D | fcntl.h | 51 #define F_OFD_SETLKW 38 macro
|
/third_party/python/Modules/ |
D | fcntlmodule.c | 510 #ifdef F_OFD_SETLKW in all_ins() 511 if (PyModule_AddIntMacro(m, F_OFD_SETLKW)) return -1; in all_ins()
|
/third_party/python/Doc/library/ |
D | fcntl.rst | 40 and ``F_OFD_SETLKW`` constants, which working with open file description locks.
|
/third_party/python/Doc/whatsnew/ |
D | 3.9.rst | 433 and :data:`~fcntl.F_OFD_SETLKW`.
|
/third_party/python/Misc/NEWS.d/ |
D | 3.9.0a1.rst | 1197 :data:`~fcntl.F_OFD_SETLKW` to the :mod:`fcntl` module. Patch by Dong-hee
|