void lock();
bool joinable() const;
void reset();
void set_exception( std::exception_ptr p );
unique_lock(); (1)
Defined in header
void notify_one();
template< class Rep, class Period > bool try_lock_for( const
Page 2 of 17