Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dthread.cc62 stopping_(false), in Thread()
163 stopping_ = false; in Stop()
171 if (stopping_ || !message_loop_) in StopSoon()
174 stopping_ = true; in StopSoon()
190 if (message_loop_ && !stopping_) in IsRunning()
Dthread.h226 bool stopping_; variable