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

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestThreads.cpp51 NS_IMETHOD Run() { function in class:nsRunner
138 NS_IMETHOD Run() { function in class:nsStressRunner
H A DTestPipes.cpp80 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 DnsProcessMac.cpp96 nsProcess::Run(PRBool blocking, const char **args, PRUint32 count, PRUint32 *pid) function in class:nsProcess
H A DTimerThread.cpp169 // 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 DnsProcessCommon.cpp207 nsProcess::Run(PRBool blocking, const char **args, PRUint32 count, PRUint32 *pid) function in class:nsProcess
/vbox/src/libs/xpcom18a4/java/src/
H A DnsThreadUtils.h282 NS_IMETHOD Run() { function in class:nsRunnableMethod
350 // NS_IMETHODIMP E::Run() {
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsMemoryImpl.cpp153 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 DGuestSessionImplTasks.cpp177 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 Dservice.cpp638 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 DipcDConnectService.cpp2931 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 Dobjidl.h2153 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 Dobjidl.h2153 virtual HRESULT STDMETHODCALLTYPE Run(
2188 HRESULT (STDMETHODCALLTYPE *Run)( member in struct:IRunnableObjectVtbl
2217 #define IRunnableObject_Run(This,pbc) (This)->lpVtbl->Run(This,pbc)

Completed in 166 milliseconds