commit | 1d0290c4fbe4148a750d23c5e58cff9c99fd6d7e | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Thu Aug 03 22:28:28 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Aug 03 22:28:28 2023 +0000 |
tree | 2cf9b8ec7a2c94921c8193d3a9e9b9a468f13b2f | |
parent | c2b3fefa016a239e6b3814caf5e5a89abe2037f3 [diff] | |
parent | 5b224dc33767649c9136629dbbac8baabc0c0f26 [diff] |
Merge "vold: fix idlemaint abort may hold the wakelock" into main
diff --git a/IdleMaint.cpp b/IdleMaint.cpp index fedfc3d..1a6c0a6 100644 --- a/IdleMaint.cpp +++ b/IdleMaint.cpp
@@ -436,7 +436,7 @@ idle_maint_stat = IdleMaintStats::kStopped; lk.unlock(); - cv_stop.notify_one(); + cv_stop.notify_all(); if (listener) { android::os::PersistableBundle extras;