HomeSort by relevance Sort by last modified time
    Searched refs:NOT_OK (Results 1 - 2 of 2) sorted by null

  /external/webp/src/utils/
thread.h 45 NOT_OK = 0, // object is unusable
thread.c 147 } else if (worker->status_ == NOT_OK) { // finish the worker
182 worker->status_ = NOT_OK;
228 WebPWorkerChangeState(worker, NOT_OK);
233 worker->status_ = NOT_OK;
236 assert(worker->status_ == NOT_OK);

Completed in 59 milliseconds