зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1471018 - Speed-up AsmJSCache shutdown by setting the shutdown requested flag; r=asuth
This commit is contained in:
Родитель
dc30c2faac
Коммит
16430edcdd
|
@ -1938,6 +1938,9 @@ void
|
|||
Client::ShutdownWorkThreads()
|
||||
{
|
||||
AssertIsOnBackgroundThread();
|
||||
MOZ_ASSERT(!mShutdownRequested);
|
||||
|
||||
mShutdownRequested = true;
|
||||
|
||||
if (sLiveParentActors) {
|
||||
MOZ_ALWAYS_TRUE(SpinEventLoopUntil([&]() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче