Searched defs:fAsync (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/HostServices/HostChannel/
H A DHostChannel.h52 bool fAsync; /* Guest is waiting for a message. */ member in struct:VBOXHOSTCHCLIENT
/vbox/src/VBox/HostServices/SharedClipboard/
H A DVBoxClipboard.h38 bool fAsync; /* Guest is waiting for a message. */ member in struct:_VBOXCLIPBOARDCLIENTDATA
H A Dservice.cpp266 if (pClient->fAsync)
277 pClient->fAsync = false;
434 pClient->fAsync = false;
441 pClient->fAsync = true;
806 bool fAsync: 1; /* Guest is waiting for a message. */ member in struct:CLIPSAVEDSTATEDATA
836 Assert (!pClient->fAsync);
/vbox/src/VBox/Storage/Debug/
H A DVDDbgIoLog.cpp378 VBOXDDU_DECL(int) VDDbgIoLogStart(VDIOLOGGER hIoLogger, bool fAsync, VDDBGIOLOGREQ enmTxDir, uint64_t off, size_t cbIo, PCRTSGBUF pSgBuf, argument
400 Entry.u8AsyncIo = fAsync ? 1 : 0;
452 VBOXDDU_DECL(int) VDDbgIoLogStartDiscard(VDIOLOGGER hIoLogger, bool fAsync, PCRTRANGE paRanges, unsigned cRanges, argument
473 Entry.u8AsyncIo = fAsync ? 1 : 0;
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControlProcess.cpp2020 bool fAsync, RTMSINTERVAL uTimeoutMS, PRTREQ pReq, PFNRT pfnFunction,
2026 if (!fAsync)
2033 VBoxServiceVerbose(3, "[PID %RU32]: gstcntlProcessRequestExV fAsync=%RTbool, uTimeoutMS=%RU32, cArgs=%u\n",
2034 pProcess->uPID, fAsync, uTimeoutMS, cArgs);
2037 if (fAsync)
2088 int rc = gstcntlProcessRequestExV(pProcess, pHostCtx, true /* fAsync */, 0 /* uTimeoutMS */,
2105 int rc = gstcntlProcessRequestExV(pProcess, pHostCtx, false /* fAsync */, uTimeoutMS,
2019 gstcntlProcessRequestExV(PVBOXSERVICECTRLPROCESS pProcess, const PVBGLR3GUESTCTRLCMDCTX pHostCtx, bool fAsync, RTMSINTERVAL uTimeoutMS, PRTREQ pReq, PFNRT pfnFunction, unsigned cArgs, va_list Args) argument
/vbox/src/VBox/Main/src-client/
H A DGuestProcessImpl.cpp1956 bool fAsync, int *pGuestRc)
1958 LogFlowThisFunc(("pGuestSession=%p, szCmd=%s, fAsync=%RTbool\n",
1959 pGuestSession, startupInfo.mCommand.c_str(), fAsync));
1971 vrc = fAsync
1976 && !fAsync
1955 Init(GuestSession *pGuestSession, const GuestProcessStartupInfo &startupInfo, bool fAsync, int *pGuestRc) argument
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLib.cpp2204 SUPR3DECL(int) SUPR3TscDeltaMeasure(RTCPUID idCpu, bool fAsync, bool fForce, uint8_t cRetries, uint8_t cMsWaitRetry) argument
2215 Req.u.In.fAsync = fAsync;
H A DSUPDrvIOC.h1517 bool fAsync; member in struct:SUPTSCDELTAMEASURE::__anon16364::__anon16365
/vbox/src/VBox/Storage/testcase/
H A DtstVDIo.cpp674 bool fAsync = false; local
690 fAsync = paScriptArgs[1].f;
709 && fAsync
751 unsigned cMaxTasksOutstanding = fAsync ? cMaxReqs : 1;
789 if (!fAsync)
923 if ( fAsync
932 while (fAsync)
984 bool fAsync = false; local
989 fAsync = paScriptArgs[1].f;
996 else if (fAsync)
1085 bool fAsync = false; local
1440 bool fAsync = false; local
[all...]

Completed in 85 milliseconds