| commit | 7af36afe5f8ad66ce5195bfa236ae3cab811f527 | [log] [tgz] |
|---|---|---|
| author | Nikolas Havrikov <havrikov@google.com> | Mon Jan 09 15:01:56 2023 +0000 |
| committer | Nikolas Havrikov <havrikov@google.com> | Mon Jan 09 15:09:29 2023 +0000 |
| tree | 8baa27ee267a35168a5350c13889fb06c5fd5671 | |
| parent | 123d9f6360a1eb17760cb180a3541f6824a78d96 [diff] |
Remove moot synchronization on shutdown Currently, the call to rebootOrShutdown is synchronized on the Runnable.this instance, and thus there is no way for any other thread to contend on the same lock. Change-Id: Idaacda47031431435598dfd45840b1344c5938e6 Test: manually