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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTR0ThreadPreemption.cpp55 volatile bool fPreemptingInvoked; member in struct:TSTRTR0THREADCTXDATA
86 ASMAtomicWriteBool(&pData->fPreemptingInvoked, true);
335 pCtxData->fPreemptingInvoked = false;
389 if (!ASMAtomicReadBool(&pCtxData->fPreemptingInvoked))

Completed in 42 milliseconds