Home | History | Annotate | Download | only in internal

Lines Matching refs:Ready

218     Ready,          // Is not working, has not yet received new work to do.
246 assert(new_state == State::Ready);
248 case State::Ready:
253 assert(new_state == State::Ready ||
261 if (state_ == State::Ready) {
272 ChangeState(State::Ready);
277 // In the 'Ready' state, we have nothing to do but to wait until
280 &state_, State::Ready, &state_cond_, &state_mutex_);
285 // Got work to do! So do it, and then revert to 'Ready' state.
291 ChangeState(State::Ready);
313 assert(state_ == State::Ready);
336 // master thread of when this worker switches to the 'Ready' state.
366 // be ready.