Fix for 19170 -- yield to NSPR threads in our main event loop, to service the necko thread more promptly. r=sdagley

This commit is contained in:
sfraser%netscape.com 1999-11-18 05:26:59 +00:00
Родитель dbed08ff40
Коммит 415c3552fe
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -332,6 +332,9 @@ void nsMacMessagePump::DispatchEvent(PRBool aRealEvent, EventRecord *anEvent)
DoIdle(*anEvent);
if (mRunning)
Repeater::DoIdlers(*anEvent);
// yield to other threads
::PR_Sleep(PR_INTERVAL_NO_WAIT);
}
if (mRunning)