Home
last modified time | relevance | path

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

/art/test/912-classes/src-art/art/
DTest912.java284 Thread noopThread = new Thread(); in testClassEvents() local
285 noopThread.start(); in testClassEvents()
286 noopThread.join(); in testClassEvents()