#include <threadpool.h>
|
| boost::mutex | mt |
| |
| boost::condition_variable | cv |
| |
| int | num |
| |
◆ waiter()
| tools::threadpool::waiter::waiter |
( |
| ) |
|
|
inline |
Wait for a set of tasks to finish.
◆ ~waiter()
| tools::threadpool::waiter::~waiter |
( |
| ) |
|
◆ dec()
| void tools::threadpool::waiter::dec |
( |
| ) |
|
◆ inc()
| void tools::threadpool::waiter::inc |
( |
| ) |
|
◆ wait()
| void tools::threadpool::waiter::wait |
( |
threadpool * |
tpool | ) |
|
◆ cv
| boost::condition_variable tools::threadpool::waiter::cv |
|
private |
◆ mt
| boost::mutex tools::threadpool::waiter::mt |
|
private |
◆ num
| int tools::threadpool::waiter::num |
|
private |
The documentation for this class was generated from the following files: