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

  /external/chromium_org/third_party/leveldatabase/src/db/
db_impl.h 90 // Errors are recorded in bg_error_.
174 Status bg_error_; member in class:leveldb::DBImpl
db_impl.cc 219 if (!bg_error_.ok()) {
576 while (!manual.done && !shutting_down_.Acquire_Load() && bg_error_.ok()) {
596 while (imm_ != NULL && bg_error_.ok()) {
600 s = bg_error_;
608 if (bg_error_.ok()) {
609 bg_error_ = s;
620 } else if (!bg_error_.ok()) {
641 } else if (!bg_error_.ok()) {
    [all...]

Completed in 52 milliseconds