Home
last modified time | relevance | path

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

/system/vold/
DIdleMaint.cpp82 static std::condition_variable cv_abort, cv_stop; variable
388 cv_stop.notify_one(); in RunIdleMaint()
415 cv_stop.wait(lk, [] { return idle_maint_stat == IdleMaintStats::kStopped; }); in AbortIdleMaint()