Searched defs:pause (Results 1 - 8 of 8) sorted by relevance
/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/Additions/x11/VBoxClient/ |
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,
|
/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/Frontends/VirtualBox/src/runtime/ |
H A D | UISession.h | 219 bool pause() { return setPause(true); } function in class:UISession
|
/vbox/src/VBox/Main/src-client/ |
H A D | ConsoleImpl.cpp | 2489 HRESULT Console::pause() function in class:Console
|
/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,
|
Completed in 102 milliseconds