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

  /external/chromium_org/third_party/leveldatabase/src/port/
port_example.h 65 // static port::OnceType init_control = LEVELDB_ONCE_INIT;
70 #define LEVELDB_ONCE_INIT 0
port_posix.h 116 #define LEVELDB_ONCE_INIT PTHREAD_ONCE_INIT
  /external/chromium_org/third_party/leveldatabase/src/util/
comparator.cc 69 static port::OnceType once = LEVELDB_ONCE_INIT;
  /external/chromium_org/third_party/leveldatabase/port/
port_chromium.h 96 #define LEVELDB_ONCE_INIT leveldb::port::ONCE_STATE_UNINITIALIZED

Completed in 198 milliseconds