.TH "std::this_thread" 3cxx "Wed Apr 11 2018" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::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 .ti -1c .RI "template void \fBsleep_for\fP (const \fBchrono::duration\fP< _Rep, _Period > &__rtime)" .br .ti -1c .RI "template void \fBsleep_until\fP (const \fBchrono::time_point\fP< _Clock, _Duration > &__atime)" .br .ti -1c .RI "void \fByield\fP () noexcept" .br .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 264 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 281 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 302 of file thread\&. .SS "void std::this_thread::yield ()\fC [inline]\fP, \fC [noexcept]\fP" .PP yield .PP Definition at line 268 of file thread\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.