Home
last modified time | relevance | path

Searched refs:O_EXLOCK (Results 1 - 7 of 7) sorted by relevance

/third_party/libuv/include/uv/
H A Dunix.h444 #if defined(O_EXLOCK)
445 # define UV_FS_O_EXLOCK O_EXLOCK
/third_party/node/deps/uv/include/uv/
H A Dunix.h442 #if defined(O_EXLOCK)
443 # define UV_FS_O_EXLOCK O_EXLOCK
/third_party/rust/crates/nix/src/
H A Dfcntl.rs102 O_EXLOCK;
/third_party/python/Lib/test/
H A Dtest_posix.py586 @unittest.skipUnless(hasattr(posix, 'O_EXLOCK'),
587 'test needs posix.O_EXLOCK')
590 os.O_WRONLY|os.O_EXLOCK|os.O_CREAT)
592 os.O_WRONLY|os.O_EXLOCK|os.O_NONBLOCK)
599 os.O_WRONLY|os.O_EXLOCK|os.O_NONBLOCK)
612 if hasattr(posix, "O_EXLOCK"):
616 os.O_RDONLY|os.O_EXLOCK|os.O_NONBLOCK)
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs339 pub const O_EXLOCK: ::c_int = 0x20; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs448 pub const O_EXLOCK: ::c_int = 0x0020_0000; consts
/third_party/python/Modules/
H A Dposixmodule.c15164 #ifdef O_EXLOCK in all_ins()
15165 if (PyModule_AddIntMacro(m, O_EXLOCK)) return -1; in all_ins()

Completed in 27 milliseconds