Home
last modified time | relevance | path

Searched refs:F_OFD_SETLKW (Results 1 – 15 of 15) sorted by relevance

/third_party/ltp/include/lapi/
Dfcntl.h82 #ifndef F_OFD_SETLKW
83 # define F_OFD_SETLKW 38 macro
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl34.c65 my_fcntl(fd, F_OFD_SETLKW, &lck); in thread_fn_01()
71 my_fcntl(fd, F_OFD_SETLKW, &lck); in thread_fn_01()
Dfcntl36.c87 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/
Dfcntl.h50 #define F_OFD_SETLKW 38 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h50 #define F_OFD_SETLKW 38 macro
/third_party/musl/ndk_musl_include/
Dfcntl.h50 #define F_OFD_SETLKW 38 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h50 #define F_OFD_SETLKW 38 macro
/third_party/musl/porting/liteos_m/user/include/
Dfcntl.h50 #define F_OFD_SETLKW 38 macro
/third_party/musl/include/
Dfcntl.h50 #define F_OFD_SETLKW 38 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dfcntl.h51 #define F_OFD_SETLKW 38 macro
/third_party/musl/porting/linux/user/include/
Dfcntl.h51 #define F_OFD_SETLKW 38 macro
/third_party/python/Modules/
Dfcntlmodule.c510 #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/
Dfcntl.rst40 and ``F_OFD_SETLKW`` constants, which working with open file description locks.
/third_party/python/Doc/whatsnew/
D3.9.rst433 and :data:`~fcntl.F_OFD_SETLKW`.
/third_party/python/Misc/NEWS.d/
D3.9.0a1.rst1197 :data:`~fcntl.F_OFD_SETLKW` to the :mod:`fcntl` module. Patch by Dong-hee