mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-16 23:25:03 +00:00
44a8b535aa
manager thread to start only if the timer manager thread is a local thread, otherwise in native-threads-only mode, if NSPR is initialized by a DLL, the primordial thread may be hung in PR_WaitCondVar because the (native) timer manager thread does not get to run until the DLL is initialized.