Searched defs:_Swap_owners (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/debug/
H A D_debug.c175 // Check __stl_debug_engine<_Dummy>::_Swap_owners comments to see why there is no lock here
220 // Check __stl_debug_engine<_Dummy>::_Swap_owners comments to see why there is no lock here
488 __stl_debug_engine<_Dummy>::_Swap_owners(__owned_list& __x, __owned_list& __y) { function in class:_Dummy
517 // Check __stl_debug_engine<_Dummy>::_Swap_owners comments to see why there is no lock here
H A D_debug.h127 static void _STLP_CALL _Swap_owners(__owned_list&, __owned_list&);
364 void _Swap_owners(__owned_list& __y) { __stl_debugger::_Swap_owners(*this, __y); } function in class:__owned_list

Completed in 156 milliseconds