Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/
Dwindows_shared_memory.hpp189 protection |= winapi::page_readonly; in priv_open_or_create()
Dmapped_region.hpp416 protection |= winapi::page_readonly; in mapped_region()
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp468 static const unsigned long page_readonly = 0x02; variable