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 558 of file UT_Thread.h.

Member Typedef Documentation

Definition at line 561 of file UT_Thread.h.

Constructor & Destructor Documentation

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

Definition at line 563 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 574 of file UT_Thread.h.

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

Definition at line 578 of file UT_Thread.h.

void UT_StdThreadGroup::join ( )
inline

Definition at line 603 of file UT_Thread.h.

bool UT_StdThreadGroup::joinable ( ) const
inline

Definition at line 590 of file UT_Thread.h.

bool UT_StdThreadGroup::joinable ( int  idx) const
inline

Definition at line 599 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 582 of file UT_Thread.h.

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

Definition at line 586 of file UT_Thread.h.


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