HDK
|
#include <UT_Thread.h>
Public Types | |
using | thread_t = UT_StdThread< UseTBB > |
Public Member Functions | |
UT_StdThreadGroup (int nthreads=-1) | |
UT_StdThreadGroup (const UT_StdThreadGroup &)=delete | |
UT_StdThreadGroup & | operator= (const UT_StdThreadGroup &)=delete |
thread_t & | get (int idx) |
const thread_t & | get (int idx) const |
thread_t & | operator[] (int idx) |
const thread_t & | operator[] (int idx) const |
bool | joinable () const |
bool | joinable (int idx) const |
void | join () |
Definition at line 566 of file UT_Thread.h.
using UT_StdThreadGroup< UseTBB >::thread_t = UT_StdThread<UseTBB> |
Definition at line 569 of file UT_Thread.h.
|
inlineexplicit |
Definition at line 571 of file UT_Thread.h.
|
delete |
|
inline |
Definition at line 582 of file UT_Thread.h.
|
inline |
Definition at line 586 of file UT_Thread.h.
|
inline |
Definition at line 611 of file UT_Thread.h.
|
inline |
Definition at line 598 of file UT_Thread.h.
|
inline |
Definition at line 607 of file UT_Thread.h.
|
delete |
|
inline |
Definition at line 590 of file UT_Thread.h.
|
inline |
Definition at line 594 of file UT_Thread.h.