Home | History | Annotate | Download | only in src

Lines Matching refs:Status

140   enum Status { RUN, PAUSE, STOP };
170 Status GetStatus() {
172 Status status = status_;
174 return status;
177 // Returns the previous status.
178 Status SetStatus(Status status) {
180 Status prev_status = status_;
181 status_ = status;
190 Status status_;
377 volatile bool status_; // Error status.
548 WorkerStatus status;