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

/openjdk10/jdk/test/java/nio/channels/Selector/
H A DRacyDeregister.java48 static boolean notified; field in class:RacyDeregister
93 notified = false;
97 if (notified) {
104 if (notified) {
152 notified = true;
/openjdk10/jdk/test/java/util/concurrent/FutureTask/
H A DBlockingTaskExecutor.java97 /** Has the notifiee been notified? */
98 boolean notified = false; field in class:BlockingTaskExecutor.NotificationReceiver
104 notified = true;
115 while (! notified)
/openjdk10/jdk/test/java/rmi/activation/rmidViaInheritedChannel/
H A DInheritedChannelNotServerSocket.java63 private static boolean notified = false; field in class:InheritedChannelNotServerSocket
75 notified = true;
114 * Get activation system and wait to be notified via callback
121 while (!notified) {
/openjdk10/jdk/test/java/lang/management/ThreadMXBean/
H A DThreadStackTrace.java41 private static boolean notified = false; field in class:ThreadStackTrace
91 // The Examiner should be waiting to be notified by the BlockedThread
180 notified = false;
181 while (!notified) {
193 System.out.println("BlockedThread notified");
279 notified = true;
/openjdk10/jdk/test/java/rmi/transport/dgcDeadLock/
H A DTestImpl.java210 Target notified = (Target) iter.next();
212 if (notified == target) {
/openjdk10/test/fmw/gtest/include/gtest/internal/
H A Dgtest-port.h1197 // threads until notified. Instances of this class must be created
1224 const bool notified = notified_; local
1226 if (notified)

Completed in 104 milliseconds