Home | History | Annotate | Download | only in base

Lines Matching refs:done_

40       done_(false),
56 ASSERT(!done_ || GetRunner()->is_ok_to_delete(this));
57 ASSERT(state_ == STATE_INIT || done_);
63 if (!done_) {
87 if (done_) {
89 // we do not know how !blocked_ happens when done_ - should be impossible.
101 done_ = true;
134 done_ = true;
136 done_ = true;
140 if (done_) {
154 // Why only check for done_ (instead of "aborted_ || done_")?
156 // If aborted_ && !done_, it means the logic for aborting still
159 if (done_)
163 done_ = true;
167 // "done_" is set before calling "Stop()" to ensure that this code
176 // Don't call Wake() because it is a no-op after "done_" is set.
184 if (done_)
193 if (error_ || done_)