Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DSupplementalMonitorTest.java123 final AtomicBoolean actualIsOccupiedByCurrentThread = new AtomicBoolean(); in verifyOccupiedMethodsInAnotherThread() local
133 actualIsOccupiedByCurrentThread.set(monitor.isOccupiedByCurrentThread()); in verifyOccupiedMethodsInAnotherThread()
142 assertEquals(expectedIsOccupiedByCurrentThread, actualIsOccupiedByCurrentThread.get()); in verifyOccupiedMethodsInAnotherThread()
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DSupplementalMonitorTest.java123 final AtomicBoolean actualIsOccupiedByCurrentThread = new AtomicBoolean(); in verifyOccupiedMethodsInAnotherThread() local
133 actualIsOccupiedByCurrentThread.set(monitor.isOccupiedByCurrentThread()); in verifyOccupiedMethodsInAnotherThread()
142 assertEquals(expectedIsOccupiedByCurrentThread, actualIsOccupiedByCurrentThread.get()); in verifyOccupiedMethodsInAnotherThread()