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

/vbox/src/VBox/VMM/include/
H A DTMInternal.h245 #define TMTIMER_SET_NEXT(pTimer, pNext) ((pTimer)->offNext = (pNext) ? (intptr_t)(pNext) - (intptr_t)(pTimer) : 0) macro

Completed in 145 milliseconds