|
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 558 of file UT_Thread.h.
Definition at line 561 of file UT_Thread.h.
|
inlineexplicit |
Definition at line 563 of file UT_Thread.h.
|
delete |
Definition at line 574 of file UT_Thread.h.
Definition at line 578 of file UT_Thread.h.
|
inline |
Definition at line 603 of file UT_Thread.h.
|
inline |
Definition at line 590 of file UT_Thread.h.
|
inline |
Definition at line 599 of file UT_Thread.h.
|
delete |
Definition at line 582 of file UT_Thread.h.
Definition at line 586 of file UT_Thread.h.