Lines Matching defs:SoapThread
329 * SoapQ, SoapThread (multithreading)
335 class SoapThread
344 SoapThread(size_t u,
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.SoapQ and picks
548 void SoapThread::process()