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

Method _static_thread_pool

include/exec/static_thread_pool.hpp:739–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737 };
738
739 inline _static_thread_pool::_static_thread_pool()
740 : _static_thread_pool(_hardware_concurrency())
741 {}
742
743 inline _static_thread_pool::_static_thread_pool(std::uint32_t thread_count,
744 bwos_params params,

Callers

nothing calls this directly

Calls 6

as_victimMethod · 0.80
victimsMethod · 0.80
emplaceMethod · 0.45
push_backMethod · 0.45
numa_nodeMethod · 0.45
storeMethod · 0.45

Tested by

no test coverage detected