Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DIOEventLoop.cpp43 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()
DIOEventLoop.h103 bool in_loop_; variable