| /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/ |
| H A D | rccv.cpp | 60 PRStatus RCCondition::Wait() function in class:RCCondition 72 } /* RCCondition::Wait */
|
| /vbox/src/VBox/Main/include/ |
| H A D | HostHardwareLinux.h | 118 /** @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 D | dri2.h | 93 DRI2WaitProcPtr Wait; member in struct:__anon8437
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
| H A D | dri2.h | 85 DRI2WaitProcPtr Wait; member in struct:__anon8743
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
| H A D | dri2.h | 166 DRI2WaitProcPtr Wait; member in struct:__anon9055
|
| /vbox/src/VBox/Runtime/r0drv/freebsd/ |
| H A D | semevent-r0drv-freebsd.c | 189 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 D | semeventmulti-r0drv-freebsd.c | 251 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 D | semevent-r0drv-linux.c | 197 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 D | semeventmulti-r0drv-linux.c | 262 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 D | semevent-r0drv-solaris.c | 278 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 D | semeventmulti-r0drv-solaris.c | 292 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 D | dri2.h | 219 DRI2WaitProcPtr Wait; member in struct:__anon6748
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
| H A D | dri2.h | 219 DRI2WaitProcPtr Wait; member in struct:__anon7063
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
| H A D | dri2.h | 175 DRI2WaitProcPtr Wait; member in struct:__anon9374
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
| H A D | dri2.h | 175 DRI2WaitProcPtr Wait; member in struct:__anon4904
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
| H A D | dri2.h | 175 DRI2WaitProcPtr Wait; member in struct:__anon5219
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
| H A D | dri2.h | 199 DRI2WaitProcPtr Wait; member in struct:__anon5532
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
| H A D | dri2.h | 219 DRI2WaitProcPtr Wait; member in struct:__anon5840
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
| H A D | dri2.h | 219 DRI2WaitProcPtr Wait; member in struct:__anon6147
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
| H A D | dri2.h | 219 DRI2WaitProcPtr Wait; member in struct:__anon6450
|
| /vbox/src/libs/xpcom18a4/xpcom/threads/ |
| H A D | nsAutoLock.h | 99 // 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 D | E100b.c | 2160 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 D | GuestCtrlPrivate.cpp | 1179 int vrc = pEvent->Wait(uTimeoutMS); 1314 int GuestWaitEventBase::Wait(RTMSINTERVAL uTimeoutMS) function in class:GuestWaitEventBase
|
| /vbox/src/VBox/Main/src-server/linux/ |
| H A D | HostHardwareLinux.cpp | 884 /** @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 D | nsPipe3.cpp | 138 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();
|