Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/719-varhandle-concurrency/src/
H A DMain.java53 testConcurrentProcessing(new CompareAndExchangeRunnerFactory(), "compareAndExchange"); in main()
54 testConcurrentProcessing(new CompareAndSetRunnerFactory(), "compareAndSet"); in main()
55 testConcurrentProcessing(new WeakCompareAndSetRunnerFactory(), "weakCompareAndSet"); in main()
58 private static void testConcurrentProcessing(RunnerFactory factory, String testName) in testConcurrentProcessing() method in Main