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

/vbox/src/VBox/Runtime/r0drv/linux/
H A Dtimer-r0drv-linux.c87 RTTIMERLNXSTATE_STOPPING, enumerator in enum:RTTIMERLNXSTATE
534 case RTTIMERLNXSTATE_STOPPING:
1012 if (rtTimerLnxCmpXchgState(&pTimer->aSubTimers[iCpu].enmState, RTTIMERLNXSTATE_STOPPING, enmState))
1026 if (rtTimerLnxGetState(&pTimer->aSubTimers[iCpu].enmState) == RTTIMERLNXSTATE_STOPPING)
1287 if (rtTimerLnxCmpXchgState(&pTimer->aSubTimers[0].enmState, RTTIMERLNXSTATE_STOPPING, RTTIMERLNXSTATE_ACTIVE))
1314 case RTTIMERLNXSTATE_STOPPING:

Completed in 48 milliseconds