Searched defs:Wait (Results 1 - 25 of 27) sorted by relevance

12

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
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/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/x11include/xorg-server-1.8.0/
H A Ddri2.h166 DRI2WaitProcPtr Wait; member in struct:__anon9055
/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/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/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
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Ddri2.h175 DRI2WaitProcPtr Wait; member in struct:__anon5219
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Ddri2.h199 DRI2WaitProcPtr Wait; member in struct:__anon5532
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Ddri2.h219 DRI2WaitProcPtr Wait; member in struct:__anon5840
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddri2.h219 DRI2WaitProcPtr Wait; member in struct:__anon6147
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Ddri2.h219 DRI2WaitProcPtr Wait; member in struct:__anon6450
/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/Devices/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/
H A DE100b.c2160 UINT32 Wait; local
2161 Wait = 10000;
2179 // Wait for command to complete.
2186 while (Wait != 0) {
2188 // Wait a bit before checking.
2203 Wait--;
3377 // 3. Wait for the SCB-CMD to be cleared
/vbox/src/VBox/Main/src-client/
H A DGuestCtrlPrivate.cpp1179 int vrc = pEvent->Wait(uTimeoutMS);
1314 int GuestWaitEventBase::Wait(RTMSINTERVAL uTimeoutMS) function in class:GuestWaitEventBase
/vbox/src/VBox/Main/src-server/linux/
H A DHostHardwareLinux.cpp884 /** @copydoc VBoxMainHotplugWaiter::Wait */
885 virtual int Wait (RTMSINTERVAL) function in class:hotplugNullImpl
993 /** Flag to mark that the Wait() method is currently being called, and to
1053 /** @copydoc VBoxMainHotplugWaiter::Wait */
1054 virtual int Wait(RTMSINTERVAL);
1164 int hotplugInotifyImpl::Wait(RTMSINTERVAL aMillies) function in class:hotplugInotifyImpl
/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();

Completed in 102 milliseconds

12