Searched refs:nCPUs (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/thread/
H A Dthread.cpp681 int nCPUs = wxThread::GetCPUCount(); local
682 switch ( nCPUs )
697 msg.Printf(wxT("This system has %d CPUs"), nCPUs);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp4432 int nCPUs = wxThread::GetCPUCount(); local
4433 wxPrintf(_T("This system has %d CPUs\n"), nCPUs);
4434 if ( nCPUs != -1 )
4435 wxThread::SetConcurrency(nCPUs);

Completed in 69 milliseconds