Searched defs:compareAndSetThrowsIO (Results 1 – 1 of 1) sorted by relevance
27 static int compareAndSetThrowsIO(final AtomicInteger ref, final int update) throws IOException { in compareAndSetThrowsIO() method in TestUtils31 …static int compareAndSetThrowsIO(final AtomicInteger ref, final int expected, final int update) th… in compareAndSetThrowsIO() method in TestUtils38 static long compareAndSetThrowsIO(final AtomicLong ref, final long update) throws IOException { in compareAndSetThrowsIO() method in TestUtils42 …static long compareAndSetThrowsIO(final AtomicLong ref, final long expected, final long update) th… in compareAndSetThrowsIO() method in TestUtils49 …static <T> T compareAndSetThrowsIO(final AtomicReference<T> ref, final T update) throws IOExceptio… in compareAndSetThrowsIO() method in TestUtils53 …static <T> T compareAndSetThrowsIO(final AtomicReference<T> ref, final T expected, final T update)… in compareAndSetThrowsIO() method in TestUtils