Searched defs:uTimer (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/VBoxGINA/
H A DDialog.cpp359 UINT_PTR uTimer = SetTimer(hwndDlg, IDT_LOGGEDONDLG_POLL, 200, NULL); local
360 if (!uTimer)
432 UINT_PTR uTimer = SetTimer(hwndDlg, IDT_LOCKEDDLG_POLL, 200, NULL); local
433 if (!uTimer)
/vbox/src/VBox/Devices/PC/
H A DDevAPIC.cpp664 uint64_t uTimer = TMTimerGetFreq(pApic->CTX_SUFF(pTimer)); local
665 Log2(("apicGetTimerFreq: returns %#RX64\n", uTimer));
666 return uTimer;

Completed in 50 milliseconds