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

/openjdk7/jdk/src/macosx/native/sun/osxapp/
H A DThreadUtilities.m54 if ([NSThread isMainThread] && wait == YES) {
62 if ([NSThread isMainThread] && wait == YES) {
/openjdk7/jdk/src/macosx/native/sun/java2d/opengl/
H A DCGLLayer.m223 [ThreadUtilities performOnMainThreadWaiting:[NSThread isMainThread] block:^(){
H A DCGLGraphicsConfig.m201 if ([NSThread isMainThread]) {
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXToolkit.c411 static Bool isMainThread() { function
747 if (!isMainThread() && awt_pipe_inited) {

Completed in 40 milliseconds