Home
last modified time | relevance | path

Searched refs:UV_FS_O_EXLOCK (Results 1 – 6 of 6) sorted by relevance

/third_party/libuv/include/uv/
Dunix.h443 # define UV_FS_O_EXLOCK O_EXLOCK macro
445 # define UV_FS_O_EXLOCK 0 macro
Dwin.h685 #define UV_FS_O_EXLOCK 0x10000000 /* EXCLUSIVE SHARING MODE */ macro
/third_party/libuv/docs/src/
Dfs.rst593 .. c:macro:: UV_FS_O_EXLOCK
598 `UV_FS_O_EXLOCK` is only supported on macOS and Windows.
/third_party/libuv/test/
Dtest-fs.c4054 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()
/third_party/libuv/src/win/
Dfs.c509 if (flags & UV_FS_O_EXLOCK) { in fs__open()
/third_party/libuv/
DChangeLog2023 * win: map UV_FS_O_EXLOCK to a share mode of 0 (Joran Dirk Greef)