Searched refs:fAsync (Results 1 - 16 of 16) sorted by relevance

/vbox/include/VBox/
H A Dvddbg.h155 * @param fAsync Flag whether the request is synchronous or asynchronous.
164 VBOXDDU_DECL(int) VDDbgIoLogStart(VDIOLOGGER hIoLogger, bool fAsync, VDDBGIOLOGREQ enmTxDir, uint64_t off, size_t cbIo, PCRTSGBUF pSgBuf,
172 * @param fAsync Flag whether the request is synchronous or asynchronous.
177 VBOXDDU_DECL(int) VDDbgIoLogStartDiscard(VDIOLOGGER hIoLogger, bool fAsync, PCRTRANGE paRanges, unsigned cRanges,
H A Dsup.h1726 * @param fAsync Whether the measurement is asynchronous, returns
1735 SUPR3DECL(int) SUPR3TscDeltaMeasure(RTCPUID idCpu, bool fAsync, bool fForce, uint8_t cRetries, uint8_t cMsWaitRetry);
/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/HostServices/HostChannel/
H A DHostChannel.cpp757 if (pClient->fAsync)
761 pClient->fAsync = false;
787 pClient->fAsync = true;
805 if (pClient->fAsync)
810 pClient->fAsync = false;
886 pClient->u32ClientID, u32ChannelHandle, pClient->fAsync, cbEvent));
889 if (pClient->fAsync)
894 pClient->fAsync = false;
H A DHostChannel.h52 bool fAsync; /* Guest is waiting for a message. */ member in struct:VBOXHOSTCHCLIENT
H A Dservice.cpp708 if (pClient->fAsync)
711 pClient->fAsync = false;
739 bool fAsync: 1; /* Guest is waiting for a message. */
768 Assert (!pClient->fAsync);
/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...]
/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/Devices/Graphics/shaderlib/wine/include/
H A Dtransact.idl167 [in] BOOL fAsync);
/vbox/src/VBox/Main/include/
H A DGuestProcessImpl.h176 int Init(GuestSession *pGuestSession, const GuestProcessStartupInfo &startupInfo, bool fAsync, int *pGuestRc);
/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/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/HostDrivers/Support/
H A DSUPDrvGip.cpp1511 bool fAsync = false;
1528 fAsync = true;
1563 fAsync, iEndCpu, rc, offMin, offMax));
1565 OSDBGPRINT(("vboxdrv: fAsync=%d offMin=%#lx offMax=%#lx\n", fAsync, (long)offMin, (long)offMax));
1567 return fAsync;
4488 * thread. Check if anyone uses/needs fAsync before implementing this. */
4607 if (pReq->u.In.fAsync)
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

Completed in 142 milliseconds