HDK
|
#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_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 555 of file UT_Thread.h.
Definition at line 558 of file UT_Thread.h.
|
inlineexplicit |
Definition at line 560 of file UT_Thread.h.
|
delete |
Definition at line 571 of file UT_Thread.h.
Definition at line 575 of file UT_Thread.h.
|
inline |
Definition at line 600 of file UT_Thread.h.
|
inline |
Definition at line 587 of file UT_Thread.h.
|
inline |
Definition at line 596 of file UT_Thread.h.
|
delete |
Definition at line 579 of file UT_Thread.h.
Definition at line 583 of file UT_Thread.h.