Searched refs:fPending (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/nt/
H A Dthread-r0drv-nt.cpp120 bool fPending; local
140 fPending = *pbQuantumEnd == TRUE;
145 fPending = *pu32QuantumEnd != 0;
149 if ( !fPending
153 fPending = *pu32DpcQueueDepth > 0;
157 return fPending;
/vbox/src/VBox/Runtime/testcase/
H A DtstRTR0ThreadPreemption.cpp232 bool fPending; local
235 fPending = RTThreadPreemptIsPending(NIL_RTTHREAD);
239 } while ( !fPending
243 if (!fPending)
/vbox/src/VBox/Devices/VMMDev/
H A DVMMDevState.h44 bool fPending; member in struct:DISPLAYCHANGEREQUEST
H A DVMMDev.cpp1195 pDispRequest->fPending = false;
1200 if (pThis->displayChangeData.aRequests[i].fPending)
1254 if (pThis->displayChangeData.aRequests[i].fPending)
1268 if (pThis->displayChangeData.aRequests[i].fPending)
1279 pDispRequest->fPending = false;
1342 if (pThis->displayChangeData.aRequests[i].fPending)
1357 if (pThis->displayChangeData.aRequests[i].fPending)
1369 pDispRequest->fPending = false;
3127 pRequest->fPending = !fSameResolution;
/vbox/src/VBox/VMM/VMMR0/
H A DHMSVMR0.cpp2251 if (pVCpu->hm.s.Event.fPending)
2254 Assert(!pVCpu->hm.s.Event.fPending);
2343 Assert(!pVCpu->hm.s.Event.fPending);
2347 pVCpu->hm.s.Event.fPending = true;
2391 Assert(!pVCpu->hm.s.Event.fPending);
2459 Assert(pVCpu->hm.s.Event.fPending);
2508 pVCpu->hm.s.Event.fPending = false;
2612 Assert(!pVCpu->hm.s.Event.fPending);
2693 if (pVCpu->hm.s.Event.fPending) /* First, inject any pending HM events. */
2710 pVCpu->hm.s.Event.fPending
[all...]
H A DHMVMXR0.cpp5754 Assert(!pVCpu->hm.s.Event.fPending);
5755 pVCpu->hm.s.Event.fPending = true;
6946 Assert(!pVCpu->hm.s.Event.fPending);
7011 Assert(pVCpu->hm.s.Event.fPending);
7067 pVCpu->hm.s.Event.fPending = false;
7295 if (pVCpu->hm.s.Event.fPending)
7298 Assert(!pVCpu->hm.s.Event.fPending);
7503 Assert(!pVCpu->hm.s.Event.fPending);
7624 if (pVCpu->hm.s.Event.fPending)
8061 pVCpu->hm.s.Event.fPending
[all...]
/vbox/src/VBox/VMM/VMMAll/
H A DHMAll.cpp418 return !!pVCpu->hm.s.Event.fPending;
/vbox/src/VBox/Main/include/
H A DDisplayImpl.h90 bool fPending; member in struct:_DISPLAYFBINFO::__anon16482
/vbox/src/VBox/VMM/include/
H A DHMInternal.h783 uint32_t fPending; member in struct:HMCPU::__anon16905
/vbox/src/VBox/VMM/VMMR3/
H A DHM.cpp1671 pVCpu->hm.s.Event.fPending = false;
2818 return HMIsEnabled(pVCpu->pVMR3) && pVCpu->hm.s.Event.fPending;
3025 rc = SSMR3PutU32(pSSM, pVM->aCpus[i].hm.s.Event.fPending);
3124 rc = SSMR3GetU32(pSSM, &pVM->aCpus[i].hm.s.Event.fPending);
H A DTM.cpp1635 bool fPending = false; local
1668 fPending = true;
1672 fPending = true;
1742 if (fPending)
/vbox/src/VBox/Main/src-client/
H A DDisplayImpl.cpp2700 pFb->pendingViewportInfo.fPending = true;
3305 if (!pFb->pendingViewportInfo.fPending)
3311 pFb->pendingViewportInfo.fPending = false;

Completed in 144 milliseconds