Searched refs:stopping_ (Results 1 – 2 of 2) sorted by relevance
82 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()
310 bool stopping_ = false; variable