Searched refs:correctThread (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsEventQueue.cpp373 PRBool correctThread = PL_IsQueueOnCurrentThread(mEventQueue); local
375 NS_ASSERTION(correctThread, "attemping to process events on the wrong thread");
377 if (!correctThread)
414 PRBool correctThread = PL_IsQueueOnCurrentThread(mEventQueue); local
416 NS_ASSERTION(correctThread, "attemping to process events on the wrong thread");
418 if (!correctThread)
443 PRBool correctThread = PL_IsQueueOnCurrentThread(mEventQueue); local
444 NS_ASSERTION(correctThread, "attemping to process events on the wrong thread");
445 if (!correctThread)
461 PRBool correctThread local
[all...]

Completed in 51 milliseconds