Searched defs:m_cIdleThreads (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/webservice/
H A Dvboxweb.cpp430 m_cIdleThreads(0)
454 if ( !m_cIdleThreads
465 ++m_cIdleThreads;
482 * the SOAP socket which has work to do. This reduces m_cIdleThreads
501 cIdleThreads = --m_cIdleThreads;
526 ++m_cIdleThreads;
535 size_t m_cIdleThreads; // threads which are currently idle (statistics) member in class:SoapQ

Completed in 1564 milliseconds