.TH "std::this_thread" 3cxx "Sun Jan 6 2013" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::this_thread \- .SH SYNOPSIS .br .PP .SS "Functions" .in +1c .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++ 0x entities sub namespace for thread\&. 30\&.2\&.2 Namespace \fBthis_thread\fP\&. .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 250 of file thread\&. .SS "template void std::this_thread::sleep_for (const chrono::duration< _Rep, _Period > &__rtime)\fC [inline]\fP" .PP sleep_for .PP Definition at line 263 of file thread\&. .PP References std::chrono::duration_cast()\&. .PP Referenced by sleep_until()\&. .SS "template void std::this_thread::sleep_until (const chrono::time_point< _Clock, _Duration > &__atime)\fC [inline]\fP" .PP sleep_until .PP Definition at line 283 of file thread\&. .PP References sleep_for()\&. .SS "void std::this_thread::yield ()\fC [inline]\fP, \fC [noexcept]\fP" .PP yield .PP Definition at line 255 of file thread\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.