Home
last modified time | relevance | path

Searched refs:platformAlarmGetNext (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/examples/platforms/simulation/virtual_time/
Dplatform-sim.c130 assert(platformAlarmGetNext() > 0); in platformSendSleepEvent()
132 event.mDelay = platformAlarmGetNext(); in platformSendSleepEvent()
263 …if (!otTaskletsArePending(aInstance) && platformAlarmGetNext() > 0 && !platformRadioIsTransmitPend… in otSysProcessDrivers()
Dalarm-sim.c95 uint64_t platformAlarmGetNext(void) in platformAlarmGetNext() function
/openthread-latest/src/posix/platform/
Dplatform-posix.h122 int32_t platformAlarmGetNext(void);
/openthread-latest/examples/platforms/simulation/
Dplatform-simulation.h116 uint64_t platformAlarmGetNext(void);