Searched defs:isOnMainThread (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/glue/
H A Dinitterm.cpp315 PRBool isOnMainThread = PR_FALSE; local
316 rc = eventQ->IsOnCurrentThread(&isOnMainThread);
317 if (NS_SUCCEEDED(rc) && isOnMainThread)
553 PRBool isOnMainThread = PR_FALSE; local
556 rc = eventQ->IsOnCurrentThread(&isOnMainThread);
561 isOnMainThread = PR_TRUE;
565 if (NS_SUCCEEDED(rc) && isOnMainThread)
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DCOMDefs.cpp123 BOOL isOnMainThread = FALSE; local
124 rc = eventQ->IsOnCurrentThread (&isOnMainThread);
125 if (NS_SUCCEEDED (rc) && isOnMainThread)
165 BOOL isOnMainThread = FALSE; local
166 rc = eventQ->IsOnCurrentThread (&isOnMainThread);
167 if (NS_SUCCEEDED (rc) && isOnMainThread)

Completed in 50 milliseconds