Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/include/openthread/
H A Dthread.h959 uint32_t otThreadGetMaxTimeInQueue(otInstance *aInstance);
/aosp_15_r20/external/openthread/src/core/api/
H A Dthread_api.cpp466 uint32_t otThreadGetMaxTimeInQueue(otInstance *aInstance) in otThreadGetMaxTimeInQueue() function
/aosp_15_r20/external/openthread/src/cli/
H A Dcli.cpp6952 OutputLine("%lu", ToUlong(otThreadGetMaxTimeInQueue(GetInstancePtr()))); in Process()