Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
652
int getLogicalCoreCount() {
653
return std::thread::hardware_concurrency();
654
}
655
656
657
void setThreadName(const std::string& name) {
Callers
1
onAction
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected