Searched refs:UV_FS_O_EXLOCK (Results 1 – 6 of 6) sorted by relevance
443 # define UV_FS_O_EXLOCK O_EXLOCK macro445 # define UV_FS_O_EXLOCK 0 macro
685 #define UV_FS_O_EXLOCK 0x10000000 /* EXCLUSIVE SHARING MODE */ macro
593 .. c:macro:: UV_FS_O_EXLOCK598 `UV_FS_O_EXLOCK` is only supported on macOS and Windows.
4054 ASSERT(UV_FS_O_EXLOCK > 0); in TEST_IMPL()4059 O_RDWR | O_CREAT | UV_FS_O_EXLOCK, in TEST_IMPL()4069 O_RDONLY | UV_FS_O_EXLOCK, in TEST_IMPL()4084 O_RDONLY | UV_FS_O_EXLOCK, in TEST_IMPL()
509 if (flags & UV_FS_O_EXLOCK) { in fs__open()
2023 * win: map UV_FS_O_EXLOCK to a share mode of 0 (Joran Dirk Greef)