Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/
Dmapped_region.hpp656 #define BOOST_INTERPROCESS_MAP_NOSYNC MAP_NOSYNC in mapped_region() macro
658 #define BOOST_INTERPROCESS_MAP_NOSYNC 0 in mapped_region() macro
663 int flags = map_options == default_map_options ? BOOST_INTERPROCESS_MAP_NOSYNC : map_options; in mapped_region()
665 #undef BOOST_INTERPROCESS_MAP_NOSYNC in mapped_region()