template< class Rep, class Period > std::cv_status wait_for(
native_handle_type native_handle();
void wait( std::unique_lock<std::mutex>& lock );
Defined in header
template< class Clock, class Duration > bool try_lock_until(
bool valid() const;
bool try_lock_shared();
Page 6 of 17