Lines Matching full:_mutex
69 template <class _Mutex>
73 typedef _Mutex mutex_type;
93 template <class _Mutex>
97 typedef _Mutex mutex_type;
191 template <class _Mutex>
193 unique_lock<_Mutex>::lock()
203 template <class _Mutex>
205 unique_lock<_Mutex>::try_lock()
215 template <class _Mutex>
218 unique_lock<_Mutex>::try_lock_for(const chrono::duration<_Rep, _Period>& __d)
228 template <class _Mutex>
231 unique_lock<_Mutex>::try_lock_until(const chrono::time_point<_Clock, _Duration>& __t)
241 template <class _Mutex>
243 unique_lock<_Mutex>::unlock()
251 template <class _Mutex>
254 swap(unique_lock<_Mutex>& __x, unique_lock<_Mutex>& __y) _NOEXCEPT