зеркало из https://github.com/mozilla/pjs.git
Bugzilla bug #30746: backed out the PR_SetConcurrency(2) workaround
because it introduced other problems.
This commit is contained in:
Родитель
81ad32038a
Коммит
c3db9b1429
|
@ -245,16 +245,6 @@ static void _PR_InitStuff(void)
|
|||
#endif
|
||||
|
||||
_PR_MD_FINAL_INIT();
|
||||
|
||||
#ifdef WINNT
|
||||
/*
|
||||
* Create an additional CPU thread so that if the primordial
|
||||
* thread (a fiber) calls a native blocking function and blocks
|
||||
* the primordial CPU thread, there is still a CPU thread that
|
||||
* can read the I/O completion port.
|
||||
*/
|
||||
PR_SetConcurrency(2);
|
||||
#endif
|
||||
}
|
||||
|
||||
void _PR_ImplicitInitialization()
|
||||
|
|
Загрузка…
Ссылка в новой задаче