233234235236237238239240241242243
} } }); while (!finished[0]) { priveleged_lock.enter(); } priveleged_lock.unlock(); return result[0];
270271272273274275276277278279280
// schedule callback SunToolkit.postEvent(SunToolkit.targetToAppContext(component), event); while (!dispatcher.isDone()) { handler.enter(); } } finally { handler.unlock(); }
347348349350351352353354355356357
try { SunToolkit.postEvent(SunToolkit.targetToAppContext(component), event); while (!dispatcher.isDone()) { handler.enter(); } } finally { handler.unlock(); }
433434435436437438439440441442443