Searched refs:m_pThread (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Main/include/ |
H A D | HGCMThread.h | 62 HGCMThread *m_pThread; member in class:HGCMMsgCore 91 HGCMThread *Thread (void) { return m_pThread; };
|
/vbox/src/VBox/Frontends/VirtualBox/src/net/ |
H A D | UINetworkReply.cpp | 613 , m_pThread(0) 616 m_pThread = new UINetworkReplyPrivateThread(request); 617 connect(m_pThread, SIGNAL(finished()), this, SLOT(sltFinished())); 618 m_pThread->start(); 625 m_pThread->abort(); 626 m_pThread->wait(); 627 delete m_pThread; 628 m_pThread = 0; 634 m_pThread->abort(); 665 QByteArray readAll() { return m_pThread 706 UINetworkReplyPrivateThread *m_pThread; member in class:UINetworkReplyPrivate [all...] |
/vbox/src/VBox/Main/src-client/ |
H A D | HGCMThread.cpp | 162 m_pThread = (HGCMThread *)hgcmObjReference (hThread, HGCMOBJ_THREAD); 163 AssertRelease (m_pThread); 168 if (m_pThread) 170 hgcmObjDereference (m_pThread); 171 m_pThread = NULL; 558 AssertRelease(pMsg->m_pThread == this);
|
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/ |
H A D | UIGDetailsElements.cpp | 65 , m_pThread(0) 80 if (!m_pThread) 82 m_pThread = createUpdateThread(); 83 connect(m_pThread, SIGNAL(sigComplete(const UITextTable&)), 85 m_pThread->start(); 99 if (m_pThread) 101 m_pThread->wait(); 102 delete m_pThread; 103 m_pThread = 0;
|
H A D | UIGDetailsElements.h | 87 UIGDetailsUpdateThread *m_pThread; member in class:UIGDetailsElementInterface
|
/vbox/src/VBox/Main/webservice/ |
H A D | vboxweb.cpp | 366 int rc = RTThreadCreate(&m_pThread, 411 RTTHREAD m_pThread; // IPRT thread struct for this thread member in class:SoapThread 464 g_mapThreads[pst->m_pThread] = com::Utf8StrFmt("[%3u]", pst->m_u);
|
Completed in 120 milliseconds