/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/ |
H A D | CpuPause.c | 19 Requests CPU to pause for a short period of time. 21 Requests CPU to pause for a short period of time. Typically used in MP 32 pause
|
H A D | CpuPause.asm | 36 pause
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ipf/ |
H A D | CpuPause.s | 23 hint.i @pause
|
/vbox/src/VBox/Additions/x11/VBoxClient/ |
H A D | seamless.h | 105 * is available then @a pause or @a resume will be called as soon as it starts 107 int pause(); 108 /** Resume after pausing. The same applies here as for @a pause. */
|
H A D | VBoxClient.h | 47 /** Special initialisation, if needed. @a pause and @a resume are 55 int (*pause)(struct VBCLSERVICE **ppInterface); member in struct:VBCLSERVICE 56 /** Resume after pausing. The same applies here as for @a pause. */ 59 * to @a pause and @a resume are guaranteed to finish before this is called.
|
H A D | seamless.cpp | 250 int SeamlessMain::pause() function in class:SeamlessMain 392 static int pause(struct VBCLSERVICE **ppInterface) function 396 return pSelf->mSeamless.pause(); 418 pause,
|
H A D | display.cpp | 381 static int pause(struct VBCLSERVICE **ppInterface) function 411 pause,
|
H A D | main.cpp | 153 * call the service @a pause() or @a resume() call-back if appropriate. 196 rc = (*g_pService)->pause(g_pService);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Arm/ |
H A D | CpuPause.asm | 21 ; Requests CPU to pause for a short period of time. 23 ; Requests CPU to pause for a short period of time. Typically used in MP
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | pralarm.c | 140 PRIntervalTime pause; local 154 pause = id->nextNotify - (PR_IntervalNow() - id->epoch); 155 if ((PRInt32)pause <= 0) /* is this one's time up? */ 161 (void)PR_WaitCondVar(alarm->cond, pause); /* dally */ 170 if (!id->function(id, id->clientData, ~pause))
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/ |
H A D | CpuPause.asm | 33 pause
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.dlclose1.ksh | 122 pause(); function 136 syscall::pause:entry
|
/vbox/src/VBox/Runtime/common/asm/ |
H A D | ASMNopPause.asm | 38 pause
|
/vbox/src/VBox/Devices/Audio/ |
H A D | solaudio.c | 337 AudioInfo.play.pause = 0; 365 AudioInfo.play.pause = 1; 553 LogRel(("solaudio: failed to get info. to pause recording.\n")); 557 AudioInfo.record.pause = 1; 559 LogRel(("solaudio: failed to pause recording.\n")); 573 AudioInfo.record.pause = 0; 599 AudioInfo.record.pause = 1;
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/ |
H A D | unistd.h | 148 int pause(void);
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | rdpsnd_sun.c | 78 info.record.pause = 1; 98 info.record.pause = 0;
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UIMachineWindow.cpp | 341 /* If VM is not paused and not stuck, we should pause it first: */ 343 if (fWasPaused || uisession()->pause())
|
H A D | UISession.h | 219 bool pause() { return setPause(true); } function in class:UISession
|
H A D | UIMachineLogic.cpp | 385 /* If VM is not paused, we should pause it: */ 388 fSuccess = uisession()->pause();
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | etherfabric.c | 1928 int pause, if_mode, full_duplex, bytemode, half_duplex; local 1932 pause = ( efab->link_options & LPA_PAUSE_CAP ) ? 1 : 0; 1935 pause = 1; 1939 GM_TX_FC_EN, pause,
|
/vbox/src/VBox/Disassembler/testcase/ |
H A D | tstDisasm-1A.asm | 89 pause
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/ |
H A D | namespace.h | 439 #define pause _pause
|
/vbox/src/VBox/Main/include/ |
H A D | ConsoleImpl.h | 317 HRESULT pause();
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | unix.c | 1470 ** Pause the current CPU. longjmp to the cpu's pause stack 2273 pause(); 2279 pause(); 2285 pause();
|
/vbox/src/VBox/ValidationKit/testdriver/ |
H A D | vboxwrappers.py | 2250 self.o.console.pause();
|