Searched refs:waitUntilDone (Results 1 - 25 of 27) sorted by relevance

12

/openjdk7/jdk/test/java/nio/channels/AsynchronousChannelGroup/
H A DAttack.java56 public void waitUntilDone() throws InterruptedException { method in class:Attack
H A DAsExecutor.java76 task.waitUntilDone();
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DPrintModel.h40 - (BOOL)runPrintLoopWithView:(NSView*)printerView waitUntilDone:(BOOL)wait withEnv:(JNIEnv *)env;
H A DCMenuComponent.m86 waitUntilDone:NO];
H A DCMenu.m58 [ThreadUtilities performOnMainThread:@selector(addNativeItem_OnAppKitThread:) on:self withObject:submenu waitUntilDone:YES];
62 [ThreadUtilities performOnMainThread:@selector(addNativeItem_OnAppKitThread:) on:self withObject:theMenuItem waitUntilDone:YES];
73 [ThreadUtilities performOnMainThread:@selector(setNativeMenuTitle_OnAppKitThread:) on:self withObject:title waitUntilDone:YES];
96 [ThreadUtilities performOnMainThread:@selector(deleteNativeJavaItem_OnAppKitThread:) on:self withObject:[NSNumber numberWithInt:index] waitUntilDone:YES];
142 [ThreadUtilities performOnMainThread:@selector(_create_OnAppKitThread:) on:[CMenu alloc] withObject:args waitUntilDone:YES];
H A DCWrapper.m72 waitUntilDone:NO];
92 waitUntilDone:NO];
112 waitUntilDone:NO];
178 waitUntilDone:NO];
198 waitUntilDone:NO];
218 waitUntilDone:NO];
316 waitUntilDone:NO];
438 waitUntilDone:NO];
458 waitUntilDone:NO];
478 waitUntilDone
[all...]
H A DCClipboard.m123 [ThreadUtilities performOnMainThread:@selector(_nativeDeclareTypes:) on:self withObject:inTypes waitUntilDone:YES];
138 [ThreadUtilities performOnMainThread:@selector(_nativeGetTypes:) on:self withObject:args waitUntilDone:YES];
155 [ThreadUtilities performOnMainThread:@selector(_nativeSetData:) on:self withObject:newUpdate waitUntilDone:YES];
173 [ThreadUtilities performOnMainThread:@selector(_nativeGetDataForType:) on:self withObject:args waitUntilDone:YES];
H A DCMenuBar.m200 [ThreadUtilities performOnMainThread:@selector(nativeAddMenuAtIndex_OnAppKitThread:) on:self withObject:args waitUntilDone:YES];
219 [ThreadUtilities performOnMainThread:@selector(nativeAddMenuAtIndex_OnAppKitThread:) on:self withObject:args waitUntilDone:YES];
289 [ThreadUtilities performOnMainThread:@selector(nativeDeleteMenu_OnAppKitThread:) on:self withObject:[NSNumber numberWithInt:index] waitUntilDone:YES];
391 [ThreadUtilities performOnMainThread:@selector(_create_OnAppKitThread:) on:[CMenuBar alloc] withObject:args waitUntilDone:YES];
H A DPrintModel.m75 - (BOOL)runPrintLoopWithView:(NSView*)printerView waitUntilDone:(BOOL)wait withEnv:(JNIEnv *)env
H A DApplicationDelegate.m572 waitUntilDone:NO]; // AWT_THREADING Safe (non-blocking)
608 waitUntilDone:NO];
704 waitUntilDone:NO];
H A DCFileDialog.m212 waitUntilDone:YES];
H A DLWCToolkit.m350 [ThreadUtilities performOnMainThread:@selector(endRunLoop) on:mediatorObject withObject:nil waitUntilDone:NO];
H A Dawt.m297 [st performSelectorOnMainThread: @selector(starter:) withObject:args waitUntilDone:NO];
H A DCMenuItem.m398 [ThreadUtilities performOnMainThread:@selector(_createMenuItem_OnAppKitThread:) on:[CMenuItem alloc] withObject:args waitUntilDone:YES];
H A DJavaComponentAccessibility.m1144 [ThreadUtilities performOnMainThread:@selector(postFocusChanged:) on:[JavaComponentAccessibility class] withObject:nil waitUntilDone:NO];
1159 [ThreadUtilities performOnMainThread:@selector(postValueChanged) on:(JavaComponentAccessibility *)jlong_to_ptr(element) withObject:nil waitUntilDone:NO];
1172 [ThreadUtilities performOnMainThread:@selector(postSelectionChanged) on:(JavaComponentAccessibility *)jlong_to_ptr(element) withObject:nil waitUntilDone:NO];
1186 [ThreadUtilities performOnMainThread:@selector(unregisterFromCocoaAXSystem) on:(JavaComponentAccessibility *)jlong_to_ptr(element) withObject:nil waitUntilDone:NO];
H A DAWTView.m669 [ThreadUtilities performOnMainThread:@selector(controlModelControlValid) on:self._dropTarget withObject:nil waitUntilDone:YES];
1216 [ThreadUtilities performOnMainThread:@selector(markedTextAbandoned:) on:[NSInputManager currentInputManager] withObject:self waitUntilDone:YES];
H A DCDragSource.m594 [self performSelectorOnMainThread:@selector(doDrag) withObject:nil waitUntilDone:YES]; // AWT_THREADING Safe (called from unique asynchronous thread)
H A DCDropTarget.m393 [ThreadUtilities performOnMainThread:@selector(safeReleaseDraggingData:) on:self withObject:draggingSequenceNumberID waitUntilDone:NO];
/openjdk7/jdk/src/macosx/native/sun/osxapp/
H A DThreadUtilities.m61 + (void)performOnMainThread:(SEL)aSelector on:(id)target withObject:(id)arg waitUntilDone:(BOOL)wait {
65 [JNFRunLoop performOnMainThread:aSelector on:target withObject:arg waitUntilDone:wait];
H A DThreadUtilities.h133 + (void)performOnMainThread:(SEL)aSelector on:(id)target withObject:(id)arg waitUntilDone:(BOOL)wait;
/openjdk7/jdk/src/macosx/native/jobjc/src/runtime-additions/native/
H A DNativeThread.m72 waitUntilDone:true];
/openjdk7/jdk/src/macosx/native/apple/applescript/
H A DAppleScriptExecutionContext.m152 [JNFRunLoop performOnMainThread:@selector(invoke) on:self withObject:nil waitUntilDone:YES];
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPrinterJob.java487 private native boolean printLoop(boolean waitUntilDone, int firstPage, int lastPage) throws PrinterException; argument
/openjdk7/jdk/src/macosx/native/sun/java2d/opengl/
H A DCGLGraphicsConfig.m204 [GraphicsConfigUtil performSelectorOnMainThread: @selector(_getCGLConfigInfo:) withObject: retArray waitUntilDone: YES];
/openjdk7/jdk/src/macosx/bin/
H A Djava_md_macosx.c1050 waitUntilDone:YES];

Completed in 48 milliseconds

12