MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / getNumberOfProcessorsOnHost

Method getNumberOfProcessorsOnHost

src/base/ThreadBase.cpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 int ThreadBase::getNumberOfProcessorsOnHost() {
56 return sysconf(_SC_NPROCESSORS_CONF);
57 }
58
59 // =========================================================================
60 // -- Other member functions -----------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected