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

/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsEventQueueService.cpp366 nsCOMPtr<nsIThread> mainIThread; local
369 nsresult rv = nsIThread::GetMainThread(getter_AddRefs(mainIThread));
372 rv = mainIThread->GetPRThread(&keyThread);
H A DnsEventQueue.cpp164 nsCOMPtr<nsIThread> mainIThread; local
168 rv = nsIThread::GetMainThread(getter_AddRefs(mainIThread));
171 rv = mainIThread->GetPRThread(&thread);

Completed in 509 milliseconds