commit | 0583e7f5c9075d1df7e03b23694d5f00665cf468 | [log] [tgz] |
---|---|---|
author | Yurii Zubrytskyi <[email protected]> | Fri Mar 19 17:00:12 2021 -0700 |
committer | Yurii Zubrytskyi <[email protected]> | Fri Mar 19 17:00:12 2021 -0700 |
tree | 9ca8d78ae77618cbe069ed6d3f594068dabab2e5 | |
parent | 5fb05e520192de8dca4f0274d07ad664b9a551c8 [diff] |
[incfs] Allow multiple timed jobs at the same time point Old code had a tiny chance of ignoring a job if it happens to be scheduled to the exactly the same time as one already in the queue. Not that it will ever happen, but better to fix it. + make the worker thread code slightly easier to reason about Bug: 183243150 Test: atest IncrementalServiceTest Change-Id: Ia3126d30e19edfd17f7c8da368e9763ca5501e84