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

/vbox/src/VBox/VMM/include/
H A DTMInternal.h243 #define TMTIMER_SET_PREV(pTimer, pPrev) ((pTimer)->offPrev = (pPrev) ? (intptr_t)(pPrev) - (intptr_t)(pTimer) : 0) macro

Completed in 36 milliseconds