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

Method available_parallelism

include/exec/tbb/tbb_thread_pool.hpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 [[nodiscard]]
39 auto available_parallelism() const -> std::uint32_t
40 {
41 return static_cast<std::uint32_t>(arena_.max_concurrency());
42 }
43
44 private:
45 friend exec::thread_pool_base<tbb_thread_pool>;

Callers 15

test_bulk.cppFile · 0.45
operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45
operator()Method · 0.45
__generic_implMethod · 0.45
num_agents_requiredMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected