Searched refs:actualIsOccupiedByCurrentThread (Results 1 – 2 of 2) sorted by relevance
123 final AtomicBoolean actualIsOccupiedByCurrentThread = new AtomicBoolean(); in verifyOccupiedMethodsInAnotherThread() local133 actualIsOccupiedByCurrentThread.set(monitor.isOccupiedByCurrentThread()); in verifyOccupiedMethodsInAnotherThread()142 assertEquals(expectedIsOccupiedByCurrentThread, actualIsOccupiedByCurrentThread.get()); in verifyOccupiedMethodsInAnotherThread()