Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/
Dwindows_shared_memory.hpp194 map_access |= winapi::file_map_write | winapi::section_query; in priv_open_or_create()
Dmapped_region.hpp421 map_access |= winapi::file_map_write; in mapped_region()
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp487 static const unsigned long file_map_write = section_map_write; variable