#include <UT_Thread.h>
Public Member Functions | |
| UT_ThreadFarm (int nthreads=-1) | |
| ~UT_ThreadFarm () | |
| UT_Thread * | nextThread (int *thread_index=0, int block=1) |
| int | wait (int block=1) |
| int | getEntries () const |
Protected Attributes | |
| int | myThreadCount |
| UT_Thread ** | myThreads |
Definition at line 252 of file UT_Thread.h.
| UT_ThreadFarm::UT_ThreadFarm | ( | int | nthreads = -1 |
) |
| UT_ThreadFarm::~UT_ThreadFarm | ( | ) |
| int UT_ThreadFarm::getEntries | ( | ) | const [inline] |
Definition at line 278 of file UT_Thread.h.
| UT_Thread* UT_ThreadFarm::nextThread | ( | int * | thread_index = 0, |
|
| int | block = 1 | |||
| ) |
| int UT_ThreadFarm::wait | ( | int | block = 1 |
) |
int UT_ThreadFarm::myThreadCount [protected] |
Definition at line 281 of file UT_Thread.h.
UT_Thread** UT_ThreadFarm::myThreads [protected] |
Definition at line 282 of file UT_Thread.h.
1.5.9