MCPcopy Create free account
hub / github.com/RichieSams/FiberTaskingLib / GetNumHardwareThreads

Function GetNumHardwareThreads

source/thread_abstraction.cpp:241–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239namespace ftl {
240
241unsigned GetNumHardwareThreads() {
242 return std::thread::hardware_concurrency();
243}
244
245} // End of namespace ftl

Callers 1

InitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected