Searched refs:mSendBusy (Results 1 – 4 of 4) sorted by relevance
68 , 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()
143 bool mSendBusy; member in ot::Cli::TcpExample
117 , mSendBusy(false) in MeshForwarder()551 VerifyOrExit(!mSendBusy && !mTxPaused); in ScheduleTransmissionTask()789 mSendBusy = true; in HandleFrameRequest()1206 mSendBusy = false; in HandleSentFrame()
654 bool mSendBusy : 1; member in ot::MeshForwarder