Searched refs:UV_FS_O_EXLOCK (Results 1 – 6 of 6) sorted by relevance
447 # define UV_FS_O_EXLOCK O_EXLOCK macro449 # define UV_FS_O_EXLOCK 0 macro
697 #define UV_FS_O_EXLOCK 0x10000000 /* EXCLUSIVE SHARING MODE */ macro
612 .. c:macro:: UV_FS_O_EXLOCK617 `UV_FS_O_EXLOCK` is only supported on macOS and Windows.
4330 ASSERT_GT(UV_FS_O_EXLOCK, 0); in TEST_IMPL()4335 UV_FS_O_RDWR | UV_FS_O_CREAT | UV_FS_O_EXLOCK, in TEST_IMPL()4344 "test_file", UV_FS_O_RDONLY | UV_FS_O_EXLOCK, in TEST_IMPL()4358 "test_file", UV_FS_O_RDONLY | UV_FS_O_EXLOCK, in TEST_IMPL()
465 if (flags & UV_FS_O_EXLOCK) { in fs__open()
2954 * win: map UV_FS_O_EXLOCK to a share mode of 0 (Joran Dirk Greef)
Completed in 43 milliseconds