| 
    libstdc++
    
   | 
 
Functions | |
| void | __sleep_for (chrono::seconds, chrono::nanoseconds) | 
| thread::id | get_id () noexcept | 
| template<typename _Rep , typename _Period > | |
| void | sleep_for (const chrono::duration< _Rep, _Period > &__rtime) | 
| template<typename _Clock , typename _Duration > | |
| void | sleep_until (const chrono::time_point< _Clock, _Duration > &__atime) | 
| void | yield () noexcept | 
ISO C++ 2011 entities sub-namespace for thread. 30.3.2 Namespace this_thread.
      
  | 
  inlinenoexcept | 
      
  | 
  inline | 
sleep_for
Definition at line 269 of file thread.
References std::chrono::duration_cast().
Referenced by sleep_until().
      
  | 
  inline |