| 16 | } |
| 17 | |
| 18 | PinningObserver::PinningObserver(const std::shared_ptr<ThreadAffinity>& affinity, tbb::task_arena& arena) |
| 19 | : tbb::task_scheduler_observer(arena), |
| 20 | affinity(affinity) |
| 21 | { |
| 22 | observe(true); |
| 23 | } |
| 24 | |
| 25 | PinningObserver::~PinningObserver() |
| 26 | { |
nothing calls this directly
no outgoing calls
no test coverage detected