Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/
Dmapped_region.hpp265 static void destroy_syncs_in_range(const void *addr, std::size_t size);
560 mapped_region::destroy_syncs_in_range<0>(addr, m_size); in priv_close()
908 inline void mapped_region::destroy_syncs_in_range(const void *addr, std::size_t size) in destroy_syncs_in_range() function in boost::interprocess::mapped_region
912 handles.destroy_syncs_in_range(addr, size); in destroy_syncs_in_range()
/third_party/boost/boost/interprocess/sync/windows/
Dsync_utils.hpp212 void destroy_syncs_in_range(const void *addr, std::size_t size) in destroy_syncs_in_range() function in boost::interprocess::ipcdetail::sync_handles