|
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 565 of file UT_Thread.h.
Definition at line 568 of file UT_Thread.h.
|
inlineexplicit |
Definition at line 570 of file UT_Thread.h.
|
delete |
Definition at line 581 of file UT_Thread.h.
Definition at line 585 of file UT_Thread.h.
|
inline |
Definition at line 610 of file UT_Thread.h.
|
inline |
Definition at line 597 of file UT_Thread.h.
|
inline |
Definition at line 606 of file UT_Thread.h.
|
delete |
Definition at line 589 of file UT_Thread.h.
Definition at line 593 of file UT_Thread.h.