Home
last modified time | relevance | path

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

/art/test/148-multithread-gc-annotations/src/
DMain.java20 Thread annoThread = new Thread(new AnnotationThread(), "Annotation thread"); in main() local
22 annoThread.start(); in main()
25 annoThread.join(); in main()