Searched refs:RTTimerLRCreate (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A DRTTimerLRCreate-generic.cpp3 * IPRT - Low Resolution Timers, Generic RTTimerLRCreate() Implementation.
38 RTDECL(int) RTTimerLRCreate(PRTTIMERLR phTimerLR, uint32_t uMilliesInterval, PFNRTTIMERLR pfnTimer, void *pvUser) function
51 RT_EXPORT_SYMBOL(RTTimerLRCreate); variable
/vbox/include/iprt/
H A Dtimer.h302 RTDECL(int) RTTimerLRCreate(PRTTIMERLR phTimerLR, uint32_t uMilliesInterval, PFNRTTIMERLR pfnTimer, void *pvUser);
H A Dmangling.h1784 # define RTTimerLRCreate RT_MANGLER(RTTimerLRCreate) macro
/vbox/src/VBox/Main/src-client/
H A DGuestImpl.cpp107 int vrc = RTTimerLRCreate(&mStatTimer, 1000 /* ms */,
/vbox/src/VBox/Main/src-server/
H A DPerformanceImpl.cpp192 int vrc = RTTimerLRCreate (&m.sampler, VBOX_USAGE_SAMPLER_MIN_INTERVAL,

Completed in 249 milliseconds