Searched refs:in_loop_ (Results 1 – 2 of 2) sorted by relevance
43 IOEventLoop::IOEventLoop() : ebase_(nullptr), has_error_(false), in_loop_(false) {} in IOEventLoop()172 in_loop_ = true; in RunLoop()175 in_loop_ = false; in RunLoop()185 if (in_loop_) { in ExitLoop()190 in_loop_ = false; in ExitLoop()
103 bool in_loop_; variable