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

Method numa_node

include/exec/static_thread_pool.hpp:652–656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

650 }
651
652 [[nodiscard]]
653 auto numa_node() const noexcept -> int
654 {
655 return numa_node_;
656 }
657
658 auto as_victim() noexcept -> workstealing_victim
659 {

Callers 5

victimsMethod · 0.45
_static_thread_poolMethod · 0.45
runMethod · 0.45
enqueueMethod · 0.45
bulk_enqueueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected