/vbox/src/libs/xpcom18a4/xpcom/tests/ |
H A D | TestThreads.cpp | 51 NS_IMETHOD Run() { function in class:nsRunner 138 NS_IMETHOD Run() { function in class:nsStressRunner
|
H A D | TestPipes.cpp | 80 NS_IMETHOD Run() { function in class:nsReceiver 181 NS_IMETHOD Run() { function in class:nsShortReader 413 NS_IMETHOD Run() { function in class:nsPump
|
/vbox/src/libs/xpcom18a4/xpcom/threads/ |
H A D | nsProcessMac.cpp | 96 nsProcess::Run(PRBool blocking, const char **args, PRUint32 count, PRUint32 *pid) function in class:nsProcess
|
H A D | TimerThread.cpp | 169 // notify the cond var so that Run() can return 239 /* void Run(); */ 240 NS_IMETHODIMP TimerThread::Run() function in class:TimerThread 374 // TimerThread::Run, must wait for the mLock auto-lock here, and during the 375 // wait Run drops the only remaining ref to aTimer via RemoveTimerInternal.
|
H A D | nsProcessCommon.cpp | 207 nsProcess::Run(PRBool blocking, const char **args, PRUint32 count, PRUint32 *pid) function in class:nsProcess
|
/vbox/src/libs/xpcom18a4/java/src/ |
H A D | nsThreadUtils.h | 282 NS_IMETHOD Run() { function in class:nsRunnableMethod 350 // NS_IMETHODIMP E::Run() {
|
/vbox/src/libs/xpcom18a4/xpcom/base/ |
H A D | nsMemoryImpl.cpp | 153 MemoryFlusher::Run() function in class:MemoryFlusher 438 // Run the flushers immediately if we can; otherwise, proxy to the
|
/vbox/src/VBox/Main/src-client/ |
H A D | GuestSessionImplTasks.cpp | 177 int SessionTaskOpen::Run(int *pGuestRc) function in class:SessionTaskOpen 215 return task->Run(NULL /* guestRc */); 249 int SessionTaskCopyTo::Run(void) function in class:SessionTaskCopyTo 575 return task->Run(); 592 int SessionTaskCopyFrom::Run(void) function in class:SessionTaskCopyFrom 847 return task->Run(); 1067 int SessionTaskUpdateAdditions::Run(void) function in class:SessionTaskUpdateAdditions 1543 return task->Run();
|
/vbox/src/VBox/HostServices/GuestControl/ |
H A D | service.cpp | 638 int Run(const ClientConnection *pConnection, function in struct:guestControl::ClientState 730 rc = Run(pConnection, pHostCmd); 755 rc = Run(&mPendingCon, pHostCmd);
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ |
H A D | ipcDConnectService.cpp | 2931 DConnectWorker::Run() function in class:DConnectWorker 3132 /* The DConnectWorker::Run method checks the ipcDConnectService::mDisconnected.
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | objidl.h | 2153 virtual HRESULT STDMETHODCALLTYPE Run( 2188 HRESULT (STDMETHODCALLTYPE *Run)( member in struct:IRunnableObjectVtbl 2217 #define IRunnableObject_Run(This,pbc) (This)->lpVtbl->Run(This,pbc)
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | objidl.h | 2153 virtual HRESULT STDMETHODCALLTYPE Run( 2188 HRESULT (STDMETHODCALLTYPE *Run)( member in struct:IRunnableObjectVtbl 2217 #define IRunnableObject_Run(This,pbc) (This)->lpVtbl->Run(This,pbc)
|