HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_StdThreadGroup Class Reference

#include <UT_Thread.h>

Public Types

using thread_t = UT_StdThread
 

Public Member Functions

 UT_StdThreadGroup (int nthreads=-1)
 
 UT_StdThreadGroup (const UT_StdThreadGroup &)=delete
 
UT_StdThreadGroupoperator= (const UT_StdThreadGroup &)=delete
 
thread_tget (int idx)
 
const thread_tget (int idx) const
 
thread_toperator[] (int idx)
 
const thread_toperator[] (int idx) const
 
bool joinable () const
 
bool joinable (int idx) const
 
void join ()
 

Detailed Description

Definition at line 555 of file UT_Thread.h.

Member Typedef Documentation

Definition at line 558 of file UT_Thread.h.

Constructor & Destructor Documentation

UT_StdThreadGroup::UT_StdThreadGroup ( int  nthreads = -1)
inlineexplicit

Definition at line 560 of file UT_Thread.h.

UT_StdThreadGroup::UT_StdThreadGroup ( const UT_StdThreadGroup )
delete

Member Function Documentation

thread_t& UT_StdThreadGroup::get ( int  idx)
inline

Definition at line 571 of file UT_Thread.h.

const thread_t& UT_StdThreadGroup::get ( int  idx) const
inline

Definition at line 575 of file UT_Thread.h.

void UT_StdThreadGroup::join ( )
inline

Definition at line 600 of file UT_Thread.h.

bool UT_StdThreadGroup::joinable ( ) const
inline

Definition at line 587 of file UT_Thread.h.

bool UT_StdThreadGroup::joinable ( int  idx) const
inline

Definition at line 596 of file UT_Thread.h.

UT_StdThreadGroup& UT_StdThreadGroup::operator= ( const UT_StdThreadGroup )
delete
thread_t& UT_StdThreadGroup::operator[] ( int  idx)
inline

Definition at line 579 of file UT_Thread.h.

const thread_t& UT_StdThreadGroup::operator[] ( int  idx) const
inline

Definition at line 583 of file UT_Thread.h.


The documentation for this class was generated from the following file: