Home
last modified time | relevance | path

Searched refs:FILE_FLAG_OVERLAPPED_ (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/process/detail/windows/
Dbasic_pipe.hpp143 static constexpr int FILE_FLAG_OVERLAPPED_ = 0x40000000; //temporary in basic_pipe() local
154 | FILE_FLAG_OVERLAPPED_, //write flag in basic_pipe()
164 FILE_FLAG_OVERLAPPED_, //to allow read in basic_pipe()
Dasync_pipe.hpp289 static constexpr int FILE_FLAG_OVERLAPPED_ = 0x40000000; //temporary in async_pipe() local
298 | FILE_FLAG_OVERLAPPED_, //write flag in async_pipe()
315 FILE_FLAG_OVERLAPPED_, //to allow read in async_pipe()
/third_party/boost/boost/winapi/
Dfile_management.hpp280 BOOST_CONSTEXPR_OR_CONST DWORD_ FILE_FLAG_OVERLAPPED_ = 0x40000000; variable