Searched refs:pause (Results 1 - 25 of 28) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DCpuPause.c19 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 DCpuPause.asm36 pause
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ipf/
H A DCpuPause.s23 hint.i @pause
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dseamless.h105 * 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 DVBoxClient.h47 /** 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 Dseamless.cpp250 int SeamlessMain::pause() function in class:SeamlessMain
392 static int pause(struct VBCLSERVICE **ppInterface) function
396 return pSelf->mSeamless.pause();
418 pause,
H A Ddisplay.cpp381 static int pause(struct VBCLSERVICE **ppInterface) function
411 pause,
H A Dmain.cpp153 * 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 DCpuPause.asm21 ; 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 Dpralarm.c140 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 DCpuPause.asm33 pause
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose1.ksh122 pause(); function
136 syscall::pause:entry
/vbox/src/VBox/Runtime/common/asm/
H A DASMNopPause.asm38 pause
/vbox/src/VBox/Devices/Audio/
H A Dsolaudio.c337 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 Dunistd.h148 int pause(void);
/vbox/src/VBox/RDP/client-1.8.3/
H A Drdpsnd_sun.c78 info.record.pause = 1;
98 info.record.pause = 0;
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineWindow.cpp341 /* If VM is not paused and not stuck, we should pause it first: */
343 if (fWasPaused || uisession()->pause())
H A DUISession.h219 bool pause() { return setPause(true); } function in class:UISession
H A DUIMachineLogic.cpp385 /* If VM is not paused, we should pause it: */
388 fSuccess = uisession()->pause();
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Detherfabric.c1928 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 DtstDisasm-1A.asm89 pause
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/
H A Dnamespace.h439 #define pause _pause
/vbox/src/VBox/Main/include/
H A DConsoleImpl.h317 HRESULT pause();
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dunix.c1470 ** Pause the current CPU. longjmp to the cpu's pause stack
2273 pause();
2279 pause();
2285 pause();
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxwrappers.py2250 self.o.console.pause();

Completed in 120 milliseconds

12