Home
last modified time | relevance | path

Searched refs:init_successful_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/base/
Dwatchdog.cc20 : init_successful_(false), in Watchdog()
29 init_successful_ = PlatformThread::Create(0, // Default stack size. in Watchdog()
32 DCHECK(init_successful_); in Watchdog()
37 if (!init_successful_) in ~Watchdog()
Dwatchdog.h69 bool init_successful_; variable