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

  /external/chromium_org/third_party/leveldatabase/
env_chromium_stdio.h 63 // BGThread() is the body of the background thread
64 void BGThread();
66 reinterpret_cast<ChromiumEnvStdio*>(arg)->BGThread();
env_chromium_win.h 68 // BGThread() is the body of the background thread
69 void BGThread();
71 reinterpret_cast<ChromiumEnvWin*>(arg)->BGThread();
env_chromium.h 171 // BGThread() is the body of the background thread
172 void BGThread();
174 reinterpret_cast<ChromiumEnv*>(arg)->BGThread();
env_chromium.cc 800 void ChromiumEnv::BGThread() {
815 TRACE_EVENT0("leveldb", "ChromiumEnv::BGThread-Task");