Home
last modified time | relevance | path

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

/art/test/051-thread/
Dexpected.txt4 testThreadDaemons starting thread 'TestDaemonThread'
5 testThreadDaemons @ Thread running
6 testThreadDaemons @ Got expected setDaemon exception
7 testThreadDaemons @ Thread bailing
8 testThreadDaemons finished
/art/test/051-thread/src/
DMain.java30 testThreadDaemons(); in main()
71 private static void testThreadDaemons() { in testThreadDaemons() method in Main