Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/
Dwindows_shared_memory.hpp193 protection |= winapi::page_readwrite; in priv_open_or_create()
Dmapped_region.hpp420 protection |= winapi::page_readwrite; in mapped_region()
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp469 static const unsigned long page_readwrite = 0x04; variable