| 81 | } |
| 82 | const std::string &get_name() { return _name; } |
| 83 | task_worker_pool *pool() const { return _pool; } |
| 84 | int index() const { return _index; } |
| 85 | volatile int *get_virtual_length_ptr() { return &_virtual_queue_length; } |
| 86 |
no outgoing calls
no test coverage detected