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

/vbox/src/VBox/Devices/Network/
H A DDevPCNet.cpp276 PTMTIMERR3 pTimerSoftIntR3; member in struct:PCNETSTATE
4796 pThis->pTimerSoftIntRC = TMTimerRCPtr(pThis->pTimerSoftIntR3);
4994 TMTIMER_FLAGS_NO_CRIT_SECT, "PCNet SoftInt Timer", &pThis->pTimerSoftIntR3);
4997 pThis->pTimerSoftIntR0 = TMTimerR0Ptr(pThis->pTimerSoftIntR3);
4998 pThis->pTimerSoftIntRC = TMTimerRCPtr(pThis->pTimerSoftIntR3);
4999 TMR3TimerSetCritSect(pThis->pTimerSoftIntR3, &pThis->CritSect);

Completed in 64 milliseconds