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

/vbox/src/VBox/Runtime/generic/
H A Dtimer-generic.cpp52 typedef struct RTTIMER struct
80 } RTTIMER; typedef in typeref:struct:RTTIMER
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dtimer-r0drv-freebsd.c54 typedef struct RTTIMER struct
82 } RTTIMER; typedef in typeref:struct:RTTIMER
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dtimer-r0drv-os2.cpp54 typedef struct RTTIMER struct
81 } RTTIMER; typedef in typeref:struct:RTTIMER
/vbox/src/VBox/Runtime/r3/win/
H A Dtimer-win.cpp86 typedef struct RTTIMER struct
120 } RTTIMER; typedef in typeref:struct:RTTIMER
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dtimer-r0drv-nt.cpp73 typedef struct RTTIMER struct
109 } RTTIMER; typedef in typeref:struct:RTTIMER
490 PRTTIMER pTimer = (PRTTIMER)RTMemAllocZ(RT_OFFSETOF(RTTIMER, aSubTimers[cSubTimers]));
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dtimer-r0drv-solaris.c55 typedef struct RTTIMER struct
120 } RTTIMER; typedef in typeref:struct:RTTIMER
379 ? RT_OFFSETOF(RTTIMER, u.Omni.aPerCpu[RTMpGetCount()])
380 : sizeof(RTTIMER));
/vbox/src/VBox/Runtime/r3/posix/
H A Dtimer-posix.cpp103 typedef struct RTTIMER struct
146 } RTTIMER; typedef in typeref:struct:RTTIMER
187 RTTIMER Timer = *pTimer;
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dtimer-r0drv-linux.c143 typedef struct RTTIMER struct
184 } RTTIMER; typedef in typeref:struct:RTTIMER
458 RTMemFreeEx(pTimer, RT_OFFSETOF(RTTIMER, aSubTimers[pTimer->cCpus]));
472 PRTTIMER pTimer = RT_FROM_MEMBER(pWork, RTTIMER, DtorWorkqueueItem);
1500 rc = RTMemAllocEx(RT_OFFSETOF(RTTIMER, aSubTimers[cCpus]), 0,

Completed in 43 milliseconds