Searched refs:nRunning (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.cpp637 size_t nRunning = 0, local
642 nRunning++;
645 if ( nCount != m_nCount || nRunning != m_nRunning )
647 m_nRunning = nRunning;
650 wxLogStatus(this, wxT("%u threads total, %u running."), unsigned(nCount), unsigned(nRunning));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp4030 size_t nRunning = 0; local
4031 while ( nRunning < WXSIZEOF(threads) )
4035 nRunning++;
4037 wxPrintf(_T("Main thread: %u already running\n"), nRunning);

Completed in 117 milliseconds