[ThreadPool]: Reduce lock scope in ThreadGroupImpl::Start
DCHECK is triggered in base::internal::CheckedLockImpl::Acquire from: base::FeatureList::IsFeatureEnabled(base::Feature const &) base::FeatureList::IsEnabled(base::Feature const &) base::internal::ThreadGroupImpl::Start This is probably related to MayBlockWithoutDelay feature recently enabled on canary. Fix: Move lock's scope to exclude IsEnabled. Bug: 1027333 Change-Id: I7663ee109a4c26b0ca500760394748da2572802d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929865Reviewed-by:François Doray <fdoray@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#718632}
Showing
Please register or sign in to comment