Home
last modified time | relevance | path

Searched refs:O_SHLOCK (Results 1 - 6 of 6) sorted by relevance

/third_party/gptfdisk/
H A Ddiskio-unix.cc133 fd = open(realFilename.c_str(), O_WRONLY | O_SHLOCK); in OpenForWrite()
/third_party/rust/crates/nix/src/
H A Dfcntl.rs169 O_SHLOCK;
/third_party/python/Lib/test/
H A Dtest_posix.py595 if hasattr(posix, "O_SHLOCK"):
597 os.O_WRONLY|os.O_SHLOCK|os.O_CREAT)
602 @unittest.skipUnless(hasattr(posix, 'O_SHLOCK'),
603 'test needs posix.O_SHLOCK')
606 os.O_WRONLY|os.O_SHLOCK|os.O_CREAT)
608 os.O_WRONLY|os.O_SHLOCK|os.O_CREAT)
614 os.O_WRONLY|os.O_SHLOCK|os.O_CREAT)
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs338 pub const O_SHLOCK: ::c_int = 0x10; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs447 pub const O_SHLOCK: ::c_int = 0x0010_0000; consts
/third_party/python/Modules/
H A Dposixmodule.c15161 #ifdef O_SHLOCK in all_ins()
15162 if (PyModule_AddIntMacro(m, O_SHLOCK)) return -1; in all_ins()

Completed in 25 milliseconds