Searched refs:aThread (Results 1 - 11 of 11) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsEventQueueService.h67 NS_IMETHOD CreateEventQueue(PRThread *aThread, PRBool aNative);
H A DnsIEventQueueService.idl102 nsIEventQueue createFromIThread(in nsIThread aThread,
115 [noscript] nsIEventQueue getThreadEventQueue(in PRThreadPtr aThread);
H A DnsEventQueueService.cpp148 nsEventQueueServiceImpl::CreateFromIThread(nsIThread *aThread, PRBool aNative, argument
154 rv = aThread->GetPRThread(&prThread);
182 nsEventQueueServiceImpl::CreateEventQueue(PRThread *aThread, PRBool aNative) argument
189 if (!mEventQTable.GetWeak(aThread)) {
193 rv = MakeNewQueue(aThread, aNative, getter_AddRefs(queue)); // create new queue
194 mEventQTable.Put(aThread, queue); // add to the table (initial addref)
353 nsEventQueueServiceImpl::GetThreadEventQueue(PRThread* aThread, nsIEventQueue** aResult) argument
358 PRThread* keyThread = aThread;
/vbox/src/VBox/Main/include/
H A DApplianceImpl.h135 static DECLCALLBACK(int) i_taskThreadImportOrExport(RTTHREAD aThread, void *pvUser);
H A DGuestCtrlImplPrivate.h377 static int taskThread(RTTHREAD aThread, void *pvUser);
H A DVirtualBoxImpl.h382 static DECLCALLBACK(int) SVCHelperClientThread(RTTHREAD aThread, void *aUser);
H A DPerformance.h349 static DECLCALLBACK(int) requestProcessingThread(RTTHREAD aThread, void *pvUser);
/vbox/src/VBox/Main/src-server/
H A DVFSExplorerImpl.cpp169 static int taskThread(RTTHREAD aThread, void *pvUser);
194 DECLCALLBACK(int) VFSExplorer::TaskVFSExplorer::taskThread(RTTHREAD /* aThread */, void *pvUser)
H A DMediumImpl.cpp251 static int fntMediumTask(RTTHREAD aThread, void *pvUser);
767 DECLCALLBACK(int) Medium::Task::fntMediumTask(RTTHREAD aThread, void *pvUser) argument
773 pTask->mThread = aThread;
H A DVirtualBoxImpl.cpp2471 VirtualBox::SVCHelperClientThread(RTTHREAD aThread, void *aUser) argument
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_cocoa_helper.m809 - (id)initWithFrame:(NSRect)frame thread:(RTTHREAD)aThread parentView:(NSView *)pParentView winInfo:(WindowInfo *)pWinInfo;
1350 - (id)initWithFrame:(NSRect)frame thread:(RTTHREAD)aThread parentView:(NSView *)pParentView winInfo:(WindowInfo *)pWinInfo
1352 COCOA_LOG_FLOW(("%s: self=%p aThread=%p pParentView=%p pWinInfo=%p\n", __PRETTY_FUNCTION__, (void *)self,
1353 (void *)aThread, (void *)pParentView, (void *)pWinInfo));
1359 m_Thread = aThread;

Completed in 107 milliseconds