Searched refs:O_EXLOCK (Results 1 – 18 of 18) sorted by relevance
713 #if defined(O_EXLOCK) && defined(O_SHLOCK) in bsdhashopen()717 flags |= O_EXLOCK; in bsdhashopen()764 #if defined(O_EXLOCK) && defined(O_SHLOCK) in bsdbtopen()768 flags |= O_EXLOCK; in bsdbtopen()818 #if defined(O_EXLOCK) && defined(O_SHLOCK) in bsdrnopen()822 flags |= O_EXLOCK; in bsdrnopen()
9326 #ifdef O_EXLOCK in all_ins()9327 if (ins(d, "O_EXLOCK", (long)O_EXLOCK)) return -1; in all_ins()
222 os.O_WRONLY|os.O_EXLOCK|os.O_CREAT)224 os.O_WRONLY|os.O_EXLOCK|os.O_NONBLOCK)231 os.O_WRONLY|os.O_EXLOCK|os.O_NONBLOCK)248 os.O_RDONLY|os.O_EXLOCK|os.O_NONBLOCK)
163 If the locking flags :data:`~os.O_SHLOCK` and :data:`~os.O_EXLOCK` are
916 O_EXLOCK
576 os.O_WRONLY|os.O_EXLOCK|os.O_CREAT)578 os.O_WRONLY|os.O_EXLOCK|os.O_NONBLOCK)585 os.O_WRONLY|os.O_EXLOCK|os.O_NONBLOCK)602 os.O_RDONLY|os.O_EXLOCK|os.O_NONBLOCK)
88 O_EXLOCK;
185 If the locking flags :data:`~os.O_SHLOCK` and :data:`~os.O_EXLOCK` are
1028 O_EXLOCK
329 pub const O_EXLOCK: ::c_int = 0x20; constant
118 Comment out socket (SO_REUSEPORT) and posix (O_SHLOCK, O_EXLOCK) constants
427 pub const O_EXLOCK: ::c_int = 0x0020_0000; constant
14691 #ifdef O_EXLOCK in all_ins()14692 if (PyModule_AddIntMacro(m, O_EXLOCK)) return -1; in all_ins()
1453 :attr:`os.O_SHLOCK` and :attr:`os.O_EXLOCK`.
1454 :attr:`os.O_SHLOCK` and :attr:`os.O_EXLOCK`.
1501 - Patch #1103951: Expose O_SHLOCK and O_EXLOCK in the posix module if
18885 - Patch #1103951: Expose O_SHLOCK and O_EXLOCK in the posix module if
883 O_SHLOCK, O_EXLOCK): Remove flags that are not present in Linux.