Home
last modified time | relevance | path

Searched refs:otTaskletsArePending (Results 1 – 16 of 16) sorted by relevance

/openthread-latest/include/openthread/
Dtasklet.h68 bool otTaskletsArePending(otInstance *aInstance);
/openthread-latest/src/core/api/
Dtasklet_api.cpp49 bool otTaskletsArePending(otInstance *aInstance) in otTaskletsArePending() function
/openthread-latest/tests/fuzz/
Dncp_hdlc_received.cpp60 while (otTaskletsArePending(aInstance)) in AdvanceTime()
Dradio_receive_done.cpp51 while (otTaskletsArePending(aInstance)) in AdvanceTime()
Dcli_received.cpp62 while (otTaskletsArePending(aInstance)) in AdvanceTime()
Dip6_send.cpp51 while (otTaskletsArePending(aInstance)) in AdvanceTime()
/openthread-latest/examples/platforms/simulation/
Dsystem.c252 if (otTaskletsArePending(aInstance)) in otSysProcessDrivers()
/openthread-latest/examples/platforms/simulation/virtual_time/
Dplatform-sim.c263 …if (!otTaskletsArePending(aInstance) && platformAlarmGetNext() > 0 && !platformRadioIsTransmitPend… in otSysProcessDrivers()
/openthread-latest/src/posix/platform/
Dsystem.cpp419 if (otTaskletsArePending(aInstance)) in otSysMainloopUpdate()
/openthread-latest/tests/gtest/
Dfake_platform.cpp186 if (otTaskletsArePending(mInstance)) in Run()
/openthread-latest/tests/unit/
Dtest_srp_server.cpp168 } while (otTaskletsArePending(sInstance)); in ProcessRadioTxAndTasklets()
Dtest_dns_client.cpp172 } while (otTaskletsArePending(sInstance)); in ProcessRadioTxAndTasklets()
Dtest_srp_adv_proxy.cpp492 } while (otTaskletsArePending(sInstance)); in ProcessRadioTxAndTasklets()
Dtest_dnssd_discovery_proxy.cpp173 } while (otTaskletsArePending(sInstance)); in ProcessRadioTxAndTasklets()
Dtest_routing_manager.cpp410 } while (otTaskletsArePending(sInstance)); in ProcessRadioTxAndTasklets()
Dtest_mdns.cpp1629 while (otTaskletsArePending(sInstance)) in ProcessTasklets()