Home
last modified time | relevance | path

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

/art/test/054-uncaught/src/
DMain.java22 testThread(1); in main()
23 testThread(2); in main()
24 testThread(3); in main()
29 private static void testThread(int which) { in testThread() method in Main