Searched refs:O_EXLOCK (Results 1 – 18 of 18) sorted by relevance
442 #if defined(O_EXLOCK)443 # define UV_FS_O_EXLOCK O_EXLOCK
443 #if defined(O_EXLOCK)444 # define UV_FS_O_EXLOCK O_EXLOCK
120 O_EXLOCK
605 O_EXLOCK
708 O_EXLOCK
745 O_EXLOCK
823 O_EXLOCK
1019 O_EXLOCK
583 os.O_WRONLY|os.O_EXLOCK|os.O_CREAT)585 os.O_WRONLY|os.O_EXLOCK|os.O_NONBLOCK)592 os.O_WRONLY|os.O_EXLOCK|os.O_NONBLOCK)609 os.O_RDONLY|os.O_EXLOCK|os.O_NONBLOCK)
190 If the locking flags :data:`~os.O_SHLOCK` and :data:`~os.O_EXLOCK` are
1113 O_EXLOCK
102 O_EXLOCK;
339 pub const O_EXLOCK: ::c_int = 0x20; constant
118 Comment out socket (SO_REUSEPORT) and posix (O_SHLOCK, O_EXLOCK) constants
448 pub const O_EXLOCK: ::c_int = 0x0020_0000; constant
14957 #ifdef O_EXLOCK in all_ins()14958 if (PyModule_AddIntMacro(m, O_EXLOCK)) return -1; in all_ins()
1454 :attr:`os.O_SHLOCK` and :attr:`os.O_EXLOCK`.
18885 - Patch #1103951: Expose O_SHLOCK and O_EXLOCK in the posix module if