|
libabigail
|
The namespace of the worker threads (or thread pool) implementation of libabigail. This was modelled after the article https://en.wikipedia.org/wiki/Thread_pool. More...
Classes | |
| class | queue |
| This represents a queue of tasks to be performed. More... | |
| class | task |
| This represents a task to be performed. More... | |
Typedefs | |
| typedef shared_ptr< task > | task_sptr |
Functions | |
| size_t | get_number_of_threads () |
The namespace of the worker threads (or thread pool) implementation of libabigail. This was modelled after the article https://en.wikipedia.org/wiki/Thread_pool.
| size_t get_number_of_threads | ( | ) |
Definition at line 75 of file abg-workers.cc.
1.8.10