Home
last modified time | relevance | path

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

/art/test/165-lock-owner-proxy/src/
DMain.java38 threads[t] = new Thread((t % 2 == 0) ? new ProxyRunner() : new SyncRunner()); in main()
63 private static class ProxyRunner implements Runnable { class in Main