commit | eae82f209ac94e040f9b82c712b9292148e03946 | [log] [tgz] |
---|---|---|
author | erikchen <[email protected]> | Thu Feb 26 19:37:42 2015 |
committer | Commit bot <[email protected]> | Thu Feb 26 19:38:57 2015 |
tree | b998fff7c1fb451fd9295abc7ddd142c43d4ca47 | |
parent | 5451c637e4daadcc3c319b47b3649620708bf519 [diff] |
Base: Fix a deadlock during shutdown of SequencedWorkerPool. During shutdown, the SequencedWorkerPool was destroying some tasks without releasing its global lock. Any task whose destruction implicitly triggered a lock access would deadlock. BUG=448910 Review URL: https://codereview.chromium.org/956583004 Cr-Commit-Position: refs/heads/master@{#318283}