OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:interrupterlock
(Results
1 - 1
of
1
) sorted by null
/libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMonitorTest.java
142
synchronized (waiter.
interrupterLock
) {
144
waiter.
interrupterLock
.wait();
170
Object
interrupterLock
= new Object();
202
synchronized (
interrupterLock
) {
203
interrupterLock
.notify();
222
synchronized (
interrupterLock
) {
223
interrupterLock
.notify();
242
synchronized (
interrupterLock
) {
243
interrupterLock
.notify();
Completed in 255 milliseconds