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

/vbox/src/VBox/Runtime/r0drv/linux/
H A Dtimer-r0drv-linux.c972 * @param fForDestroy Whether this is for RTTimerDestroy or not.
974 static bool rtTimerLnxOmniStop(PRTTIMER pTimer, bool fForDestroy) argument
1000 Assert(enmState != RTTIMERLNXSTATE_CB_STOPPING || fForDestroy);
1002 !fForDestroy ? RTTIMERLNXSTATE_CB_STOPPING : RTTIMERLNXSTATE_CB_DESTROYING,
1264 * @param fForDestroy Whether it's RTTimerDestroy calling or not.
1266 static bool rtTimerLnxStop(PRTTIMER pTimer, bool fForDestroy) argument
1268 RTTIMERLNX_LOG(("lnxstop %p %d\n", pTimer, fForDestroy));
1274 return rtTimerLnxOmniStop(pTimer, fForDestroy);
1297 Assert(enmState != RTTIMERLNXSTATE_CB_STOPPING || fForDestroy);
1299 !fForDestroy
[all...]

Completed in 46 milliseconds