Home
last modified time | relevance | path

Searched refs:otThreadResetTimeInQueueStat (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/include/openthread/
Dthread.h916 void otThreadResetTimeInQueueStat(otInstance *aInstance);
/openthread-latest/src/core/api/
Dthread_api.cpp465 void otThreadResetTimeInQueueStat(otInstance *aInstance) in otThreadResetTimeInQueueStat() function
/openthread-latest/src/cli/
Dcli.cpp6602 otThreadResetTimeInQueueStat(GetInstancePtr()); in Process()