HomeSort by relevance Sort by last modified time
    Searched full:init_called_ (Results 1 - 1 of 1) sorted by null

  /external/chromium/base/threading/
thread_unittest.cc 46 SleepInsideInitThread() : Thread("none") { init_called_ = false; }
51 init_called_ = true;
53 bool InitCalled() { return init_called_; }
55 bool init_called_; member in class:__anon3748::SleepInsideInitThread

Completed in 48 milliseconds