template< class Mutex > void swap( unique_lock<Mutex>&
Defined in header
C++ includes built-in support for threads, mutual exclusion, condition variables, and futures. Threads Threads
shared_mutex(); (1)
void unlock();
void notify_one();
template< class Clock, class Duration > bool try_lock_until(
void reset();
native_handle_type native_handle();
Page 1 of 17