Searched refs:mSendBusy (Results 1 – 4 of 4) sorted by relevance
67 , 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()
133 bool mSendBusy; member in ot::Cli::TcpExample
103 , mSendBusy(false) in MeshForwarder()494 VerifyOrExit(!mSendBusy && !mTxPaused); in ScheduleTransmissionTask()725 mSendBusy = true; in HandleFrameRequest()1134 mSendBusy = false; in HandleSentFrame()
590 bool mSendBusy : 1; member in ot::MeshForwarder