|
Zero
0.1.0
|
#include <kits_thread.h>
Public Member Functions | |
| thread_pool (int max_active) | |
| void | start () |
| void | stop () |
Public Attributes | |
| pthread_mutex_t | _lock |
| pthread_cond_t | _cond |
| int | _max_active |
| int | _active |
|
inline |
| void thread_pool::start | ( | ) |
| void thread_pool::stop | ( | ) |
| int thread_pool::_active |
| pthread_cond_t thread_pool::_cond |
| pthread_mutex_t thread_pool::_lock |
| int thread_pool::_max_active |
1.8.12