Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dthread.cc65 stopping_(false), in Thread()
168 stopping_ = false; in Stop()
176 if (stopping_ || !message_loop_) in StopSoon()
179 stopping_ = true; in StopSoon()
195 if (message_loop_ && !stopping_) in IsRunning()
Dthread.h227 bool stopping_; variable