bionic (3) std::this_thread.3cxx.gz

Provided by: libstdc++-5-doc_5.5.0-12ubuntu1_all bug

NAME

       std::this_thread

SYNOPSIS

   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

Detailed Description

       ISO C++ 2011 entities sub-namespace for thread. 30.3.2 Namespace this_thread.

Function Documentation

   thread::id std::this_thread::get_id () [inline],  [noexcept]
       get_id

       Definition at line 264 of file thread.

   template<typename _Rep , typename _Period > void std::this_thread::sleep_for (const chrono::duration< _Rep,
       _Period > & __rtime) [inline]
       sleep_for

       Definition at line 281 of file thread.

   template<typename _Clock , typename _Duration > void std::this_thread::sleep_until (const chrono::time_point<
       _Clock, _Duration > & __atime) [inline]
       sleep_until

       Definition at line 302 of file thread.

   void std::this_thread::yield () [inline],  [noexcept]
       yield

       Definition at line 268 of file thread.

Author

       Generated automatically by Doxygen for libstdc++ from the source code.