MCPcopy Create free account
hub / github.com/VCVRack/Rack / getLogicalCoreCount

Function getLogicalCoreCount

src/system.cpp:652–654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

650
651
652int getLogicalCoreCount() {
653 return std::thread::hardware_concurrency();
654}
655
656
657void setThreadName(const std::string& name) {

Callers 1

onActionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected