Searched refs:Wait (Results 1 - 25 of 47) sorted by relevance

12

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcmon.h64 virtual void Wait(); /* applies object's timeout */
H A Drccv.h70 virtual PRStatus Wait(); /* applies object's current timeout */
H A Drccv.cpp60 PRStatus RCCondition::Wait() function in class:RCCondition
72 } /* RCCondition::Wait */
/vbox/src/VBox/Main/include/
H A DHostHardwareLinux.h118 /** @copydoc VBoxMainHotplugWaiter::Wait */
119 virtual int Wait(RTMSINTERVAL cMillies) = 0;
128 * instance and call the @a Wait() method, which blocks until an event or a
145 * Wait for a hotplug event.
155 int Wait (RTMSINTERVAL cMillies) function in class:VBoxMainHotplugWaiter
157 return mImpl->Wait(cMillies);
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dsemevent-r0drv-freebsd.c189 RTR0SEMBSDSLEEP Wait; local
190 rc = rtR0SemBsdWaitInit(&Wait, fFlags, uTimeout, pThis);
200 rtR0SemBsdWaitPrepare(&Wait);
207 else if (rtR0SemBsdWaitHasTimedOut(&Wait))
209 else if (rtR0SemBsdWaitWasInterrupted(&Wait))
214 rtR0SemBsdWaitDoIt(&Wait);
221 rtR0SemBsdWaitDelete(&Wait);
H A Dsemeventmulti-r0drv-freebsd.c251 RTR0SEMBSDSLEEP Wait; local
252 rc = rtR0SemBsdWaitInit(&Wait, fFlags, uTimeout, pThis);
262 rtR0SemBsdWaitPrepare(&Wait);
269 else if (rtR0SemBsdWaitHasTimedOut(&Wait))
271 else if (rtR0SemBsdWaitWasInterrupted(&Wait))
276 rtR0SemBsdWaitDoIt(&Wait);
283 rtR0SemBsdWaitDelete(&Wait);
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dsemevent-r0drv-linux.c197 RTR0SEMLNXWAIT Wait; local
198 rc = rtR0SemLnxWaitInit(&Wait, fFlags, uTimeout, &pThis->Head);
209 rtR0SemLnxWaitPrepare(&Wait);
216 else if (rtR0SemLnxWaitHasTimedOut(&Wait))
218 else if (rtR0SemLnxWaitWasInterrupted(&Wait))
223 rtR0SemLnxWaitDoIt(&Wait);
230 rtR0SemLnxWaitDelete(&Wait);
H A Dsemeventmulti-r0drv-linux.c262 RTR0SEMLNXWAIT Wait; local
263 rc = rtR0SemLnxWaitInit(&Wait, fFlags, uTimeout, &pThis->Head);
274 rtR0SemLnxWaitPrepare(&Wait);
281 else if (rtR0SemLnxWaitHasTimedOut(&Wait))
283 else if (rtR0SemLnxWaitWasInterrupted(&Wait))
288 rtR0SemLnxWaitDoIt(&Wait);
295 rtR0SemLnxWaitDelete(&Wait);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/
H A Dinterval.cpp71 rv = cv.Wait();
116 rv = cv.Wait();
H A Dswitch.cpp105 while (twiddle && (PR_SUCCESS == status)) status = Wait();
214 failed = (PR_FAILURE == home.Wait()) ? PR_TRUE : PR_FALSE;
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dsemevent-r0drv-solaris.c278 RTR0SEMSOLWAIT Wait; local
279 rc = rtR0SemSolWaitInit(&Wait, fFlags, uTimeout);
299 else if (rtR0SemSolWaitHasTimedOut(&Wait))
301 else if (rtR0SemSolWaitWasInterrupted(&Wait))
306 rtR0SemSolWaitDoIt(&Wait, &pThis->Cnd, &pThis->Mtx, &Waiter.fWokenUp, false);
313 rtR0SemSolWaitDelete(&Wait);
H A Dsemeventmulti-r0drv-solaris.c292 RTR0SEMSOLWAIT Wait; local
293 rc = rtR0SemSolWaitInit(&Wait, fFlags, uTimeout);
308 else if (rtR0SemSolWaitHasTimedOut(&Wait))
310 else if (rtR0SemSolWaitWasInterrupted(&Wait))
315 rtR0SemSolWaitDoIt(&Wait, &pThis->Cnd, &pThis->Mtx, &pThis->fStateAndGen, fOrgStateAndGen);
321 rtR0SemSolWaitDelete(&Wait);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseCpuLib/Arm/
H A DCpuSleep.S7 # MCR p15,0,r0,c7,c0,4 ;Wait for Interrupt instruction
H A DCpuSleep.asm7 ; MCR p15,0,r0,c7,c0,4 ;Wait for Interrupt instruction
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsAutoLock.h99 // or call Wait or Notify...
100 mon.Wait();
281 * Wait
284 nsresult Wait(PRIntervalTime interval = PR_INTERVAL_NO_TIMEOUT) { function in class:nsAutoMonitor
359 nsresult Wait(PRIntervalTime interval = PR_INTERVAL_NO_TIMEOUT) { function in class:nsAutoCMonitor
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Ddri2.h93 DRI2WaitProcPtr Wait; member in struct:__anon8437
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Ddri2.h85 DRI2WaitProcPtr Wait; member in struct:__anon8743
/vbox/src/VBox/Additions/x11/vboxvideo/
H A Dvboxvideo_dri2.c92 DRI2Info.Wait = NULL;
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsPipe3.cpp138 nsresult Wait();
192 nsresult Wait();
600 nsPipeInputStream::Wait() function in class:nsPipeInputStream
610 mon.Wait();
741 rv = Wait();
959 nsPipeOutputStream::Wait() function in class:nsPipeOutputStream
968 mon.Wait();
1082 rv = Wait();
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Ddri2.h166 DRI2WaitProcPtr Wait; member in struct:__anon9055
/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0TripleFaultHackA.asm81 ; Wait for status.
97 ; Wait for status.
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Ddri2.h219 DRI2WaitProcPtr Wait; member in struct:__anon6748
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddri2.h219 DRI2WaitProcPtr Wait; member in struct:__anon7063
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Ddri2.h175 DRI2WaitProcPtr Wait; member in struct:__anon9374
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Ddri2.h175 DRI2WaitProcPtr Wait; member in struct:__anon4904

Completed in 2555 milliseconds

12