Searched refs:notified (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/test/java/nio/channels/Selector/
H A DRacyDeregister.java43 static boolean notified; field in class:RacyDeregister
88 notified = false;
92 if (notified) {
136 notified = true;
/openjdk7/jdk/test/java/util/concurrent/FutureTask/
H A DBlockingTaskExecutor.java93 /** Has the notifiee been notified? */
94 boolean notified = false; field in class:BlockingTaskExecutor.NotificationReceiver
100 notified = true;
111 while (! notified)
/openjdk7/jdk/src/share/classes/sun/misc/
H A DTimer.java342 notified. This causes the timer thread to prematurely wake up and
359 * This flag is set if the timer thread has been notified
363 static boolean notified = false; field in class:TimerThread
382 notified = false;
392 if (!notified) {
434 notified = true;
481 notified = true;
605 * it waits to be notified. (I did try to use the
/openjdk7/jdk/test/java/rmi/activation/rmidViaInheritedChannel/
H A DInheritedChannelNotServerSocket.java57 private static boolean notified = false; field in class:InheritedChannelNotServerSocket
69 notified = true;
108 * Get activation system and wait to be notified via callback
115 while (!notified) {
H A DRmidViaInheritedChannel.java51 private static boolean notified = false; field in class:RmidViaInheritedChannel
57 notified = true;
94 * Get activation system and wait to be notified via callback
101 while (!notified) {
/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DThreadStackTrace.java40 private static boolean notified = false; field in class:ThreadStackTrace
88 // The Examiner should be waiting to be notified by the BlockedThread
202 notified = false;
203 while (!notified) {
215 System.out.println("BlockedThread notified");
312 notified = true;
/openjdk7/jdk/test/java/rmi/transport/dgcDeadLock/
H A DTestImpl.java219 Target notified = (Target) iter.next();
221 if (notified == target) {

Completed in 45 milliseconds