Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/
Dwindows_shared_memory.hpp190 map_access |= winapi::file_map_read | winapi::section_query; in priv_open_or_create()
Dmapped_region.hpp417 map_access |= winapi::file_map_read; in mapped_region()
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp488 static const unsigned long file_map_read = section_map_read; variable