Searched defs:_STL_auto_lock (Results 1 – 1 of 1) sorted by relevance
228 struct _STL_auto_lock struct232 _STL_auto_lock(_STL_mutex_lock& __lock) : _M_lock(__lock) in _STL_auto_lock() argument235 ~_STL_auto_lock() { _M_lock._M_release_lock(); } in ~_STL_auto_lock() argument