Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/
Dwindows_shared_memory.hpp197 protection |= winapi::page_writecopy; in priv_open_or_create()
Dmapped_region.hpp424 protection |= winapi::page_writecopy; in mapped_region()
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp470 static const unsigned long page_writecopy = 0x08; variable