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

/vbox/src/VBox/Additions/WINNT/Mouse/NT4/
H A DVBoxPS2NT.cpp1108 TIMERCTX timerContext; local
1109 timerContext.pDevObj = pDevObj;
1110 timerContext.TimerCounter = &pDevExt->TimerCount;
1111 KeSynchronizeExecution(pDevExt->KbdIntObj, DecTimer, &timerContext);
1113 if (timerContext.NewTimerCount == 0)

Completed in 50 milliseconds