Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/
Dmapped_region.hpp134 ,map_options_t map_options = default_map_options);
398 ,map_options_t map_options) in mapped_region() argument
410 unsigned long map_access = map_options == default_map_options ? 0 : map_options; in mapped_region()
591 , map_options_t map_options) in mapped_region() argument
615 int flag = map_options == default_map_options ? 0 : map_options; in mapped_region()
663 int flags = map_options == default_map_options ? BOOST_INTERPROCESS_MAP_NOSYNC : map_options; in mapped_region()