| 828 | } |
| 829 | |
| 830 | inline void _static_thread_pool::enqueue(task_base* task, nodemask const & constraints) noexcept |
| 831 | { |
| 832 | this->enqueue(*get_remote_queue(), task, constraints); |
| 833 | } |
| 834 | |
| 835 | inline auto _static_thread_pool::num_threads(int numa) const noexcept -> std::size_t |
| 836 | { |
no test coverage detected