Home
last modified time | relevance | path

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

/libuv/include/uv/
H A Dunix.h447 # define UV_FS_O_EXLOCK O_EXLOCK macro
449 # define UV_FS_O_EXLOCK 0 macro
H A Dwin.h697 #define UV_FS_O_EXLOCK 0x10000000 /* EXCLUSIVE SHARING MODE */ macro
/libuv/docs/src/
H A Dfs.rst612 .. c:macro:: UV_FS_O_EXLOCK
617 `UV_FS_O_EXLOCK` is only supported on macOS and Windows.
/libuv/test/
H A Dtest-fs.c4330 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()
/libuv/src/win/
H A Dfs.c465 if (flags & UV_FS_O_EXLOCK) { in fs__open()
/libuv/
H A DChangeLog2954 * win: map UV_FS_O_EXLOCK to a share mode of 0 (Joran Dirk Greef)

Completed in 43 milliseconds