The caller must ensure that the constraints object is valid for the lifetime of the scheduler.
| 495 | |
| 496 | // The caller must ensure that the constraints object is valid for the lifetime of the scheduler. |
| 497 | auto get_constrained_scheduler(nodemask const * constraints) noexcept -> scheduler |
| 498 | { |
| 499 | return scheduler{*this, *get_remote_queue(), constraints}; |
| 500 | } |
| 501 | |
| 502 | auto get_remote_queue() noexcept -> remote_queue* |
| 503 | { |
nothing calls this directly
no test coverage detected