Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A DIOEventLoop.cpp44 : ebase_(nullptr), has_error_(false), use_precise_timer_(false), in_loop_(false) {} in IOEventLoop()
168 in_loop_ = true; in RunLoop()
171 in_loop_ = false; in RunLoop()
181 if (in_loop_) { in ExitLoop()
186 in_loop_ = false; in ExitLoop()
H A DIOEventLoop.h90 bool in_loop_; variable