Home | History | Annotate | Download | only in src

Lines Matching refs:paused_

91     if (paused_)
116 bool paused() const { return paused_; }
117 void pause() { paused_ = true; }
118 void resume() { paused_ = false; }
141 bool paused_;
278 paused_(false) {
314 // Reset 'paused_' flag, otherwise semaphore may not be signalled.