Searched refs:isStoppedLocked (Results 1 – 4 of 4) sorted by relevance
94 bool isStoppedLocked() const { return mStopped; } in isStoppedLocked() function123 const bool res = !isStoppedLocked(); in send()133 const bool res = !isStoppedLocked(); in send()161 const bool res = !isStoppedLocked(); in receive()171 if (!isStoppedLocked()) { in receive()192 if (pos && !isStoppedLocked()) { in timedReceive()
37 return isStoppedLocked(); in isStopped()