Home
last modified time | relevance | path

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

/art/test/148-multithread-gc-annotations/src/
DAnnotationThread.java22 public class AnnotationThread implements Runnable { class
25 Annotation[] annotations = AnnotationThread.class.getAnnotations(); in run()
DMain.java20 Thread annoThread = new Thread(new AnnotationThread(), "Annotation thread"); in main()