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...
|
class | queue |
| This represents a queue of tasks to be performed. More...
|
|
class | task |
| This represents a task to be performed. More...
|
|
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.
◆ task_sptr
typedef shared_ptr<task> task_sptr |
◆ get_number_of_threads()
size_t get_number_of_threads |
( |
| ) |
|
- Returns
- The number of hardware threads of executions advertised by the underlying processor.
Definition at line 75 of file abg-workers.cc.