Searched refs:fSuspended (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A Dtimerlr-generic.cpp61 bool volatile fSuspended; member in struct:RTTIMERLRINT
113 pThis->fSuspended = true;
161 if (!pThis->fSuspended)
162 ASMAtomicWriteBool(&pThis->fSuspended, true);
188 if (!pThis->fSuspended)
198 ASMAtomicWriteBool(&pThis->fSuspended, false);
218 if (pThis->fSuspended)
224 ASMAtomicWriteBool(&pThis->fSuspended, true);
244 if (!pThis->fSuspended)
281 if (ASMAtomicUoReadBool(&pThis->fSuspended))
[all...]
H A Dtimer-generic.cpp59 uint8_t volatile fSuspended; member in struct:RTTIMER
107 pTimer->fSuspended = true;
166 if (!pTimer->fSuspended)
167 ASMAtomicXchgU8(&pTimer->fSuspended, true);
184 if (!pTimer->fSuspended)
194 ASMAtomicXchgU8(&pTimer->fSuspended, false);
208 if (pTimer->fSuspended)
214 ASMAtomicXchgU8(&pTimer->fSuspended, true);
244 if (pTimer->fSuspended)
262 ASMAtomicXchgU8(&pTimer->fSuspended, tru
[all...]
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dtimer-r0drv-freebsd.c61 uint8_t volatile fSuspended; member in struct:RTTIMER
114 pTimer->fSuspended = true;
166 if (!pTimer->fSuspended)
177 pTimer->fSuspended = false;
194 if (pTimer->fSuspended)
200 pTimer->fSuspended = true;
239 pTimer->fSuspended = true;
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dtimer-r0drv-os2.cpp63 uint8_t volatile fSuspended; member in struct:RTTIMER
145 pTimer->fSuspended = true;
211 if (!pTimer->fSuspended)
233 if (!pTimer->fSuspended)
253 pTimer->fSuspended = false;
268 if (pTimer->fSuspended)
276 pTimer->fSuspended = true;
320 if ( !pTimer->fSuspended
329 pTimer->fSuspended = true;
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dtimer-r0drv-nt.cpp82 bool volatile fSuspended; member in struct:RTTIMER
189 if ( !ASMAtomicUoReadBool(&pTimer->fSuspended)
195 ASMAtomicWriteBool(&pTimer->fSuspended, true);
233 if ( !ASMAtomicUoReadBool(&pTimer->fSuspended)
240 ASMAtomicWriteBool(&pTimer->fSuspended, true);
280 if ( !ASMAtomicUoReadBool(&pTimer->fSuspended)
305 * Single shot timers gets complicated wrt to fSuspended maintance.
320 ASMAtomicWriteBool(&pTimer->fSuspended, true);
341 if (!ASMAtomicUoReadBool(&pTimer->fSuspended))
372 ASMAtomicWriteBool(&pTimer->fSuspended, fals
[all...]
/vbox/src/VBox/Runtime/r3/posix/
H A Dtimer-posix.cpp110 uint8_t volatile fSuspended; member in struct:RTTIMER
243 if (pTimer->fSuspended)
253 if ( pTimer->fSuspended
294 ASMAtomicXchgU8(&pTimer->fSuspended, true);
320 if (RT_UNLIKELY( pTimer->fSuspended
330 ASMAtomicWriteU8(&pTimer->fSuspended, true);
337 } while (RT_LIKELY( !pTimer->fSuspended
381 || ASMAtomicUoReadU8(&pTimer->fSuspended)
390 ASMAtomicWriteU8(&pTimer->fSuspended, true);
493 pTimer->fSuspended
[all...]
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dtimer-r0drv-solaris.c65 bool volatile fSuspended; member in struct:RTTIMER
202 Assert( !pTimer->fSuspended
386 pTimer->fSuspended = true;
453 if ( !pTimer->fSuspended
480 if (!pTimer->fSuspended)
491 pTimer->fSuspended = false;
521 pTimer->fSuspended = true;
568 pTimer->fSuspended = true;
585 if (pTimer->fSuspended)
610 if (pTimer->fSuspended || pTime
[all...]
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dtimer-r0drv-linux.c149 /** Spinlock synchronizing the fSuspended and MP event handling.
153 bool volatile fSuspended; member in struct:RTTIMER
419 Assert(pTimer->fSuspended);
670 ASMAtomicWriteBool(&pTimer->fSuspended, true);
813 ASMAtomicWriteBool(&pTimer->fSuspended, true);
908 * clearing fSuspended as the MP handler will be waiting on this
934 ASMAtomicWriteBool(&pTimer->fSuspended, false);
987 ASMAtomicWriteBool(&pTimer->fSuspended, true);
1058 if ( !ASMAtomicUoReadBool(&pTimer->fSuspended)
1099 if ( !ASMAtomicUoReadBool(&pTimer->fSuspended)
[all...]
/vbox/src/VBox/Devices/Input/
H A DDrvKeyboardQueue.cpp67 bool fSuspended; member in struct:DRVKBDQUEUE
255 if (!pDrv->fSuspended)
365 pThis->fSuspended = true;
379 pThis->fSuspended = false;
416 pDrv->fSuspended = false;
/vbox/src/VBox/VMM/include/
H A DPDMBlkCacheInternal.h264 volatile bool fSuspended; member in struct:PDMBLKCACHE
/vbox/src/VBox/VMM/VMMR0/
H A DHMR0.cpp159 volatile bool fSuspended; member in struct:__anon16832
986 if (ASMAtomicReadBool(&g_HvmR0.fSuspended))
1125 ASMAtomicWriteBool(&g_HvmR0.fSuspended, true);
1169 ASMAtomicWriteBool(&g_HvmR0.fSuspended, false);
1194 if (ASMAtomicReadBool(&g_HvmR0.fSuspended))
1281 AssertReturn(!ASMAtomicReadBool(&g_HvmR0.fSuspended), VERR_HM_SUSPEND_PENDING);
1361 AssertReturn(!ASMAtomicReadBool(&g_HvmR0.fSuspended), VERR_HM_SUSPEND_PENDING);
1469 AssertReturn(!ASMAtomicReadBool(&g_HvmR0.fSuspended), VERR_HM_SUSPEND_PENDING);
1555 return ASMAtomicReadBool(&g_HvmR0.fSuspended);
/vbox/src/VBox/VMM/VMMR3/
H A DPDMBlkCache.cpp652 if (pBlkCache->fSuspended)
1215 pBlkCache->fSuspended = false;
1935 AssertReturn(!pBlkCache->fSuspended, VERR_INVALID_STATE);
2156 AssertReturn(!pBlkCache->fSuspended, VERR_INVALID_STATE);
2385 AssertReturn(!pBlkCache->fSuspended, VERR_INVALID_STATE);
2415 AssertReturn(!pBlkCache->fSuspended, VERR_INVALID_STATE);
2729 ASMAtomicXchgBool(&pBlkCache->fSuspended, true);
2746 ASMAtomicXchgBool(&pBlkCache->fSuspended, false);
H A DFTM.cpp638 bool fSuspended = false; local
658 rc = VMR3SaveFT(pVM->pUVM, &g_ftmR3TcpOps, pVM, &fSuspended, false /* fSkipStateChanges */);
1248 bool fSuspended = false; local
1277 rc = VMR3SaveFT(pVM->pUVM, &g_ftmR3TcpOps, pVM, &fSuspended, true /* fSkipStateChanges */);
/vbox/src/VBox/HostDrivers/Support/darwin/
H A DSUPDrv-darwin.cpp963 void VBOXCALL supdrvOSResumeVTxOnCpu(bool fSuspended) argument
971 if ( fSuspended
975 Assert(!fSuspended);
977 Assert(!fSuspended);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvInternal.h812 void VBOXCALL supdrvOSResumeVTxOnCpu(bool fSuspended);
H A DSUPDrv.cpp3739 * @param fSuspended The return value of SUPR0SuspendVTxOnCpu.
3741 SUPR0DECL(void) SUPR0ResumeVTxOnCpu(bool fSuspended) argument
3744 supdrvOSResumeVTxOnCpu(fSuspended);
3746 Assert(!fSuspended);
/vbox/include/VBox/
H A Dsup.h1834 SUPR0DECL(void) SUPR0ResumeVTxOnCpu(bool fSuspended); variable

Completed in 105 milliseconds