Provided by: libstdc++-7-doc_7.5.0-6ubuntu2_all 

NAME
std::this_thread - ISO C++ 2011 entities sub-namespace for thread. 30.3.2 Namespace this_thread.
SYNOPSIS
Functions
void __sleep_for (chrono::seconds, chrono::nanoseconds)
thread::id get_id () noexcept
get_id
template<typename _Rep , typename _Period > void sleep_for (const chrono::duration< _Rep, _Period >
&__rtime)
sleep_for
template<typename _Clock , typename _Duration > void sleep_until (const chrono::time_point< _Clock,
_Duration > &__atime)
sleep_until
void yield () noexcept
yield
Detailed Description
ISO C++ 2011 entities sub-namespace for thread. 30.3.2 Namespace this_thread.
Author
Generated automatically by Doxygen for libstdc++ from the source code.
libstdc++ Thu Mar 26 2020 std::this_thread(3cxx)