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

/libcore/luni/src/main/java/java/lang/
H A DVMThread.java32 static native void yield(); method in class:VMThread
H A DThread.java1102 * Causes the calling Thread to yield execution time to another Thread that
1105 public static void yield() { method in class:Thread
1106 VMThread.yield();

Completed in 60 milliseconds