Home
last modified time | relevance | path

Searched defs:compareAndSetThrowsIO (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/function/
H A DTestUtils.java27 static int compareAndSetThrowsIO(final AtomicInteger ref, final int update) throws IOException { in compareAndSetThrowsIO() method in TestUtils
31 …static int compareAndSetThrowsIO(final AtomicInteger ref, final int expected, final int update) th… in compareAndSetThrowsIO() method in TestUtils
38 static long compareAndSetThrowsIO(final AtomicLong ref, final long update) throws IOException { in compareAndSetThrowsIO() method in TestUtils
42 …static long compareAndSetThrowsIO(final AtomicLong ref, final long expected, final long update) th… in compareAndSetThrowsIO() method in TestUtils
49 …static <T> T compareAndSetThrowsIO(final AtomicReference<T> ref, final T update) throws IOExceptio… in compareAndSetThrowsIO() method in TestUtils
53 …static <T> T compareAndSetThrowsIO(final AtomicReference<T> ref, final T expected, final T update)… in compareAndSetThrowsIO() method in TestUtils