List of all members.
Classes |
struct | Data |
Public Member Functions |
| ThreadPool (unsigned numThreads=0) |
int | numThreads () const |
void | setNumThreads (int count) |
void | addTask (Task *task) |
Static Public Member Functions |
static ThreadPool & | globalThreadPool () |
static void | addGlobalTask (Task *task) |
Protected Attributes |
Data * | _data |
The documentation for this class was generated from the following files:
- /home/felix/UBC/projects/AdaptiveLightfieldSampling/pbrt_v2/src/3rdparty/ilmbase-1.0.2/IlmThreadPool.h
- /home/felix/UBC/projects/AdaptiveLightfieldSampling/pbrt_v2/src/3rdparty/ilmbase-1.0.2/IlmThreadPool.cpp