.TH "std::this_thread" 3cxx "Sat Aug 14 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::this_thread \- ISO C++ 2011 entities sub-namespace for thread\&. 30\&.3\&.2 Namespace this_thread\&. .SH SYNOPSIS .br .PP .SS "Functions" .in +1c .ti -1c .RI "void \fB__sleep_for\fP (\fBchrono::seconds\fP, \fBchrono::nanoseconds\fP)" .br .ti -1c .RI "\fBthread::id\fP \fBget_id\fP () noexcept" .br .RI "get_id " .ti -1c .RI "template void \fBsleep_for\fP (const \fBchrono::duration\fP< _Rep, _Period > &__rtime)" .br .RI "sleep_for " .ti -1c .RI "template void \fBsleep_until\fP (const \fBchrono::time_point\fP< _Clock, _Duration > &__atime)" .br .RI "sleep_until " .ti -1c .RI "void \fByield\fP () noexcept" .br .RI "yield " .in -1c .SH "Detailed Description" .PP ISO C++ 2011 entities sub-namespace for thread\&. 30\&.3\&.2 Namespace this_thread\&. .SH "Function Documentation" .PP .SS "\fBthread::id\fP std::this_thread::get_id ()\fC [inline]\fP, \fC [noexcept]\fP" .PP get_id .PP Definition at line 338 of file thread\&. .SS "template void std::this_thread::sleep_for (const \fBchrono::duration\fP< _Rep, _Period > & __rtime)\fC [inline]\fP" .PP sleep_for .PP Definition at line 366 of file thread\&. .SS "template void std::this_thread::sleep_until (const \fBchrono::time_point\fP< _Clock, _Duration > & __atime)\fC [inline]\fP" .PP sleep_until .PP Definition at line 388 of file thread\&. .SS "void std::this_thread::yield ()\fC [inline]\fP, \fC [noexcept]\fP" .PP yield .PP Definition at line 353 of file thread\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.