MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / get_scheduler_on_thread

Function get_scheduler_on_thread

include/exec/static_thread_pool.hpp:491–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489 }
490
491 auto get_scheduler_on_thread(std::size_t threadIndex) noexcept -> scheduler
492 {
493 return scheduler{*this, *get_remote_queue(), threadIndex};
494 }
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

Callers

nothing calls this directly

Calls 1

get_remote_queueFunction · 0.85

Tested by

no test coverage detected