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

/openjdk7/jdk/src/macosx/native/jobjc/src/runtime-additions/java/com/apple/jobjc/
H A DUtils.java100 private static native void performRunnableOnMainThread(final Runnable runnable, final boolean wait); method in class:Utils.Threads
110 performRunnableOnMainThread(runnable, wait);

Completed in 261 milliseconds