Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_tcp.cpp68 , mSendBusy(false) in TcpExample()
313 mSendBusy = false; in Process()
508 VerifyOrExit(!mSendBusy, error = OT_ERROR_BUSY); in Process()
516 mSendBusy = true; in Process()
586 VerifyOrExit(!mSendBusy, error = OT_ERROR_BUSY); in Process()
856 OT_ASSERT(mSendBusy); in HandleTcpSendDone()
857 mSendBusy = false; in HandleTcpSendDone()
1035 mSendBusy = false; in HandleTcpDisconnected()
Dcli_tcp.hpp138 bool mSendBusy; member in ot::Cli::TcpExample
/openthread-latest/src/core/thread/
Dmesh_forwarder.cpp102 , mSendBusy(false) in MeshForwarder()
504 VerifyOrExit(!mSendBusy && !mTxPaused); in ScheduleTransmissionTask()
751 mSendBusy = true; in HandleFrameRequest()
1208 mSendBusy = false; in HandleSentFrame()
Dmesh_forwarder.hpp636 bool mSendBusy : 1; member in ot::MeshForwarder