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

/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXToolkit.c390 static pthread_t awt_MainThread = 0; variable
412 return awt_MainThread == pthread_self();
627 awt_MainThread = pthread_self();
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_MToolkit.c204 static jobject awt_MainThread = NULL; variable
2814 awt_MainThread = (*env)->NewGlobalRef(env, awtJNI_GetCurrentThread(env));
3254 awt_MainThread, awtJNI_GetCurrentThread(env));

Completed in 41 milliseconds