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

/vbox/src/VBox/VMM/include/
H A DTMInternal.h275 int32_t volatile offSchedule; member in struct:TMTIMERQUEUE
/vbox/src/VBox/VMM/VMMR3/
H A DTM.cpp1746 Assert(pQueue->offSchedule);
1974 && ( pVM->tm.s.paTimerQueuesR3[TMCLOCK_VIRTUAL_SYNC].offSchedule /** @todo FIXME - reconsider offSchedule as a reason for running the timer queues. */
1975 || pVM->tm.s.paTimerQueuesR3[TMCLOCK_VIRTUAL].offSchedule
1976 || pVM->tm.s.paTimerQueuesR3[TMCLOCK_REAL].offSchedule
1977 || pVM->tm.s.paTimerQueuesR3[TMCLOCK_TSC].offSchedule
2034 Assert(!pVM->tm.s.paTimerQueuesR3[TMCLOCK_VIRTUAL_SYNC].offSchedule);
2045 if (pVM->tm.s.paTimerQueuesR3[TMCLOCK_VIRTUAL].offSchedule)
2055 if (pVM->tm.s.paTimerQueuesR3[TMCLOCK_REAL].offSchedule)
2519 Assert(!pVM->tm.s.paTimerQueuesR3[TMCLOCK_VIRTUAL_SYNC].offSchedule);
[all...]
/vbox/src/VBox/VMM/VMMAll/
H A DTMAll.cpp333 offHead = pQueue->offSchedule;
338 } while (!ASMAtomicCmpXchgS32(&pQueue->offSchedule, offHeadNew, offHead));
524 int32_t offNext = ASMAtomicXchgS32(&pQueue->offSchedule, 0);
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h1103 GEN_CHECK_OFF(TMTIMERQUEUE, offSchedule);

Completed in 874 milliseconds