Searched defs:rttimerAPCProc (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Runtime/r3/win/ |
H A D | timer-win.cpp | 143 VOID CALLBACK rttimerAPCProc(LPVOID lpArgToCompletionRoutine, DWORD dwTimerLowValue, DWORD dwTimerHighValue) function 172 BOOL frc = SetWaitableTimer(pTimer->hTimer, &ll, 0, rttimerAPCProc, pTimer, FALSE); 210 if (!SetWaitableTimer(pTimer->hTimer, &ll, 0, rttimerAPCProc, pTimer, FALSE))
|
Completed in 875 milliseconds