Home
last modified time | relevance | path

Searched refs:outstandingNotifications (Results 1 – 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DObjectTest.java29 int outstandingNotifications = 0; field in ObjectTest
123 while (outstandingNotifications <= 0) { in test_notify()
127 outstandingNotifications--; in test_notify()
141 outstandingNotifications = 0; in test_notify()
165 outstandingNotifications++; in test_notify()
167 for (int j = 0; j < 10 && outstandingNotifications > 0; ++j) { in test_notify()
171 0, outstandingNotifications); in test_notify()
276 } while (outstandingNotifications <= 0); in test_wait()
277 outstandingNotifications--; in test_wait()
303 outstandingNotifications = 1; in test_wait()
[all …]