Searched refs:status_ (Results 1 – 3 of 3) sorted by relevance
34 while (worker->status_ == OK) { // wait in idling mode in thread_loop()37 if (worker->status_ == WORK) { in thread_loop()39 worker->status_ = OK; in thread_loop()40 } else if (worker->status_ == NOT_OK) { // finish the worker in thread_loop()54 if (worker->status_ < OK) return; in change_state()58 while (worker->status_ != OK) { in change_state()63 worker->status_ = new_status; in change_state()75 worker->status_ = NOT_OK; in vp9_worker_init()82 assert(worker->status_ <= OK); in vp9_worker_sync()89 if (worker->status_ < OK) { in vp9_worker_reset()[all …]
173 VP9WorkerStatus status_; member
6862 status_(-1), in DeathTestImpl()6877 int status() const { return status_; } in status()6878 void set_status(int a_status) { status_ = a_status; } in set_status()6902 int status_; member in testing::internal::DeathTestImpl