Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/
Dfile_mapping.hpp130 (simple_swap)(m_handle, other.m_handle); in swap()
131 (simple_swap)(m_mode, other.m_mode); in swap()
Dwindows_shared_memory.hpp157 (simple_swap)(m_handle, other.m_handle); in swap()
158 (simple_swap)(m_mode, other.m_mode); in swap()
Dxsi_shared_memory.hpp158 (simple_swap)(m_shmid, other.m_shmid); in swap()
/third_party/boost/boost/interprocess/sync/
Dsharable_lock.hpp294 (simple_swap)(mp_mutex, other.mp_mutex); in swap()
295 (simple_swap)(m_locked, other.m_locked); in swap()
Dupgradable_lock.hpp297 (simple_swap)(mp_mutex, other.mp_mutex); in swap()
298 (simple_swap)(m_locked, other.m_locked); in swap()
Dscoped_lock.hpp361 (simple_swap)(mp_mutex, other.mp_mutex); in swap()
362 (simple_swap)(m_locked, other.m_locked); in swap()
/third_party/boost/boost/interprocess/detail/
Dfile_wrapper.hpp136 (simple_swap)(m_handle, other.m_handle); in swap()
137 (simple_swap)(m_mode, other.m_mode); in swap()
Dsimple_swap.hpp24 void simple_swap(T&x, T&y) in simple_swap() function
Dmanaged_memory_impl.hpp719 { (simple_swap)(mp_header, other.mp_header); } in swap()