Home
last modified time | relevance | path

Searched refs:error_already_exists (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/interprocess/sync/windows/
Dmutex.hpp65 BOOST_ASSERT(open_or_created && winapi::get_last_error() != winapi::error_already_exists); in windows_mutex()
Dsemaphore.hpp65 BOOST_ASSERT(open_or_created && winapi::get_last_error() != winapi::error_already_exists); in windows_semaphore()
Dwinapi_semaphore_wrapper.hpp131 created = winapi::get_last_error() != winapi::error_already_exists; in open_or_create()
/third_party/boost/boost/interprocess/
Dwindows_shared_memory.hpp227 …ndle || (type == ipcdetail::DoCreate && winapi::get_last_error() == winapi::error_already_exists)){ in priv_open_or_create()
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp453 static const unsigned long error_already_exists = 183L; variable