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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTR0Timer.cpp56 uint32_t volatile cShots; member in struct:__anon16747
198 uint32_t iShot = ASMAtomicIncU32(&pState->cShots);
229 uint32_t iShot = ASMAtomicIncU32(&pState->cShots) - 1;
281 uint32_t iShot = ASMAtomicIncU32(&pState->cShots);
305 uint32_t iShot = ASMAtomicIncU32(&pState->cShots);
329 uint32_t iShot = ASMAtomicIncU32(&pState->cShots);
377 uint32_t cShots = pState->cShots; local
379 for (uint32_t iShot = 0; iShot < cShots; iShot++)
455 RT_ZERO(State); ASMAtomicWriteU32(&State.cShots, Stat
[all...]

Completed in 33 milliseconds