Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread.h907 uint32_t otThreadGetMaxTimeInQueue(otInstance *aInstance);
/openthread-latest/src/core/api/
Dthread_api.cpp460 uint32_t otThreadGetMaxTimeInQueue(otInstance *aInstance) in otThreadGetMaxTimeInQueue() function
/openthread-latest/src/cli/
Dcli.cpp6589 OutputLine("%lu", ToUlong(otThreadGetMaxTimeInQueue(GetInstancePtr()))); in Process()