Home
last modified time | relevance | path

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

/openthread-3.4.0/src/cli/
Dcli_tcp.cpp67 , mSendBusy(false) in TcpExample()
258 mSendBusy = false; in Process()
361 VerifyOrExit(!mSendBusy, error = OT_ERROR_BUSY); in Process()
369 mSendBusy = true; in Process()
380 VerifyOrExit(!mSendBusy, error = OT_ERROR_BUSY); in Process()
601 OT_ASSERT(mSendBusy); in HandleTcpSendDone()
602 mSendBusy = false; in HandleTcpSendDone()
751 mSendBusy = false; in HandleTcpDisconnected()
Dcli_tcp.hpp133 bool mSendBusy; member in ot::Cli::TcpExample
/openthread-3.4.0/src/core/thread/
Dmesh_forwarder.cpp103 , mSendBusy(false) in MeshForwarder()
494 VerifyOrExit(!mSendBusy && !mTxPaused); in ScheduleTransmissionTask()
725 mSendBusy = true; in HandleFrameRequest()
1134 mSendBusy = false; in HandleSentFrame()
Dmesh_forwarder.hpp590 bool mSendBusy : 1; member in ot::MeshForwarder