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

/vbox/src/VBox/Main/webservice/
H A Dvboxweb.cpp329 * SoapQ, SoapThread (multithreading)
335 class SoapThread class
344 SoapThread(size_t u, function in class:SoapThread
395 * process() on the SoapThread instance passed as the thread parameter.
402 SoapThread *pst = (SoapThread*)pvThread;
459 SoapThread *pst = new SoapThread(m_llAllThreads.size() + 1,
534 std::list<SoapThread*> m_llAllThreads; // all the threads created by the constructor
544 * running, blocks on the event semaphore in SoapThread
[all...]

Completed in 36 milliseconds