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

  /external/chromium_org/third_party/leveldatabase/src/db/
db_impl.h 142 port::AtomicPointer has_imm_; // So bg thread can detect non-NULL imm_ member in class:leveldb::DBImpl
db_impl.cc 138 has_imm_.Release_Store(NULL);
529 has_imm_.Release_Store(NULL);
886 if (has_imm_.NoBarrier_Load() != NULL) {
    [all...]

Completed in 213 milliseconds