Home
last modified time | relevance | path

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

/openthread-3.6.0/src/cli/
Dcli_tcp.cpp68 , mSendBusy(false) in TcpExample()
295 mSendBusy = false; in Process()
488 VerifyOrExit(!mSendBusy, error = OT_ERROR_BUSY); in Process()
496 mSendBusy = true; in Process()
565 VerifyOrExit(!mSendBusy, error = OT_ERROR_BUSY); in Process()
833 OT_ASSERT(mSendBusy); in HandleTcpSendDone()
834 mSendBusy = false; in HandleTcpSendDone()
998 mSendBusy = false; in HandleTcpDisconnected()
Dcli_tcp.hpp143 bool mSendBusy; member in ot::Cli::TcpExample
/openthread-3.6.0/src/core/thread/
Dmesh_forwarder.cpp117 , mSendBusy(false) in MeshForwarder()
551 VerifyOrExit(!mSendBusy && !mTxPaused); in ScheduleTransmissionTask()
789 mSendBusy = true; in HandleFrameRequest()
1206 mSendBusy = false; in HandleSentFrame()
Dmesh_forwarder.hpp654 bool mSendBusy : 1; member in ot::MeshForwarder