зеркало из https://github.com/mozilla/pjs.git
annotating workaround for bug 221331.
This commit is contained in:
Родитель
325b3c6de7
Коммит
ac61fe09ca
|
@ -229,7 +229,7 @@ nsIOThreadPool::ThreadFunc(void *arg)
|
|||
|
||||
// XXX not using a nsAutoLock here because we need to temporarily unlock
|
||||
// and relock in the inner loop. nsAutoLock has a bug, causing it to warn
|
||||
// of a bogus deadlock, which makes us avoid it here.
|
||||
// of a bogus deadlock, which makes us avoid it here. (see bug 221331)
|
||||
PR_Lock(pool->mLock);
|
||||
|
||||
for (;;) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче