Home
last modified time | relevance | path

Searched refs:nQuantum (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/tests/fiber/
H A Dfiber.c71 static unsigned nQuantum = 0; variable
135 pfdPrev->nQuantumQueued = nQuantum; in Fbt_AfterSwitch()
170 ++ nQuantum; in Fbt_Dispatch()
174 if(nQuantum % 10 == 0) in Fbt_Dispatch()
251 if(nQuantum > pfdLastStarveScan->nQuantumQueued) in Fbt_Dispatch()
252 nDiff = nQuantum - pfdLastStarveScan->nQuantumQueued; in Fbt_Dispatch()
254 nDiff = UINT_MAX - pfdLastStarveScan->nQuantumQueued + nQuantum; in Fbt_Dispatch()