Searched refs:stop_on_idle_ (Results 1 – 2 of 2) sorted by relevance
530 stop_on_idle_(false), in VirtualSocketServer()613 if (stop_on_idle_ && Thread::Current()->empty()) { in Wait()636 stop_on_idle_ = true; in ProcessMessagesUntilIdle()650 stop_on_idle_ = false; in ProcessMessagesUntilIdle()
273 bool stop_on_idle_; variable