Searched refs:pHeartbeatTimer (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuestInternal.h235 PRTTIMER pHeartbeatTimer; member in struct:VBOXGUESTDEVEXT
H A DVBoxGuest.cpp848 rc = RTTimerCreateEx(&pDevExt->pHeartbeatTimer, pDevExt->cNsHeartbeatInterval, 0 /*fFlags*/,
852 rc = RTTimerStart(pDevExt->pHeartbeatTimer, 0);
1157 if (pDevExt->pHeartbeatTimer)
1159 RTTimerDestroy(pDevExt->pHeartbeatTimer);

Completed in 50 milliseconds