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

/vbox/src/VBox/VMM/include/
H A DTMInternal.h241 #define TMTIMER_GET_NEXT(pTimer) ((PTMTIMER)((pTimer)->offNext ? (intptr_t)(pTimer) + (pTimer)->offNext : 0)) macro

Completed in 46 milliseconds