Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dthread.cc82 DCHECK(!stopping_) << "Starting a non-joinable thread a second time? That's " in StartWithOptions()
190 stopping_ = false; in Stop()
198 if (stopping_ || !message_loop_) in StopSoon()
201 stopping_ = true; in StopSoon()
242 if (message_loop_ && !stopping_) in IsRunning()
Dthread.h310 bool stopping_ = false; variable