.TH "std::thread" 3cxx "Thu Aug 2 2012" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::thread \- .SH SYNOPSIS .br .PP .SS "Classes" .in +1c .ti -1c .RI "class \fBid\fP" .br .RI "\fI\fBthread::id\fP \fP" .in -1c .SS "Public Types" .in +1c .ti -1c .RI "typedef shared_ptr< _Impl_base > \fB__shared_base_type\fP" .br .ti -1c .RI "typedef __gthread_t \fBnative_handle_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "void \fBdetach\fP ()" .br .ti -1c .RI "\fBthread::id\fP \fBget_id\fP () const " .br .ti -1c .RI "void \fBjoin\fP ()" .br .ti -1c .RI "bool \fBjoinable\fP () const " .br .ti -1c .RI "native_handle_type \fBnative_handle\fP ()" .br .ti -1c .RI "\fBthread\fP & \fBoperator=\fP (const \fBthread\fP &)" .br .ti -1c .RI "\fBthread\fP & \fBoperator=\fP (\fBthread\fP &&__t)" .br .ti -1c .RI "void \fBswap\fP (\fBthread\fP &&__t)" .br .ti -1c .RI "\fBthread\fP (const \fBthread\fP &)" .br .ti -1c .RI "\fBthread\fP (\fBthread\fP &&__t)" .br .ti -1c .RI "template \fBthread\fP (_Callable __f)" .br .ti -1c .RI "template \fBthread\fP (_Callable &&__f, _Args &&\&.\&.\&.__args)" .br .in -1c .SS "Static Public Member Functions" .in +1c .ti -1c .RI "static unsigned int \fBhardware_concurrency\fP ()" .br .in -1c .SH "Detailed Description" .PP thread .PP Definition at line 60 of file thread\&. .SH "Member Function Documentation" .PP .SS "native_handle_type std::thread::native_handle ()\fC [inline]\fP" \fBPrecondition:\fP .RS 4 thread is joinable .RE .PP .PP Definition at line 172 of file thread\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.