#include <thread.h>
Data Fields | |
| int | size |
| current size | |
| int | min_size |
| initial size | |
| int | max_size |
| size limit | |
| int | running |
| cp_mutex * | pool_lock |
| to sync thread assignment and release | |
| cp_cond * | pool_cond |
| to sync thread assignment and release | |
| cp_list * | free_pool |
| holder for unused threads | |
| cp_hashlist * | in_use |
| holder for running threads | |
Definition at line 109 of file thread.h.
1.3.9.1