Searched refs:mSendBusy (Results 1 – 4 of 4) sorted by relevance
68 , 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()
138 bool mSendBusy; member in ot::Cli::TcpExample
102 , mSendBusy(false) in MeshForwarder()504 VerifyOrExit(!mSendBusy && !mTxPaused); in ScheduleTransmissionTask()751 mSendBusy = true; in HandleFrameRequest()1208 mSendBusy = false; in HandleSentFrame()
636 bool mSendBusy : 1; member in ot::MeshForwarder