Searched refs:simple_swap (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/boost/interprocess/ |
D | file_mapping.hpp | 130 (simple_swap)(m_handle, other.m_handle); in swap() 131 (simple_swap)(m_mode, other.m_mode); in swap()
|
D | windows_shared_memory.hpp | 157 (simple_swap)(m_handle, other.m_handle); in swap() 158 (simple_swap)(m_mode, other.m_mode); in swap()
|
D | xsi_shared_memory.hpp | 158 (simple_swap)(m_shmid, other.m_shmid); in swap()
|
/third_party/boost/boost/interprocess/sync/ |
D | sharable_lock.hpp | 294 (simple_swap)(mp_mutex, other.mp_mutex); in swap() 295 (simple_swap)(m_locked, other.m_locked); in swap()
|
D | upgradable_lock.hpp | 297 (simple_swap)(mp_mutex, other.mp_mutex); in swap() 298 (simple_swap)(m_locked, other.m_locked); in swap()
|
D | scoped_lock.hpp | 361 (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/ |
D | file_wrapper.hpp | 136 (simple_swap)(m_handle, other.m_handle); in swap() 137 (simple_swap)(m_mode, other.m_mode); in swap()
|
D | simple_swap.hpp | 24 void simple_swap(T&x, T&y) in simple_swap() function
|
D | managed_memory_impl.hpp | 719 { (simple_swap)(mp_header, other.mp_header); } in swap()
|