Searched refs:BGThread (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/leveldatabase/
H A Denv_chromium.h199 // BGThread() is the body of the background thread
200 void BGThread();
202 reinterpret_cast<ChromiumEnv*>(arg)->BGThread();
H A Denv_chromium.cc1160 void ChromiumEnv::BGThread() { function in class:ChromiumEnv
1175 TRACE_EVENT0("leveldb", "ChromiumEnv::BGThread-Task");
/external/chromium_org/third_party/leveldatabase/src/util/
H A Denv_posix.cc506 // BGThread() is the body of the background thread
507 void BGThread();
509 reinterpret_cast<PosixEnv*>(arg)->BGThread();
557 void PosixEnv::BGThread() { function in class:leveldb::__anon12026::PosixEnv

Completed in 26 milliseconds