PBRT
|
Public Member Functions | |
void | finish () |
bool | stopped () const |
void | stop () |
Public Attributes | |
Semaphore | taskSemaphore |
Mutex | taskMutex |
list< Task * > | tasks |
size_t | numTasks |
Semaphore | threadSemaphore |
Mutex | threadMutex |
list< WorkerThread * > | threads |
size_t | numThreads |
bool | stopping |
Mutex | stopMutex |