Home
last modified time | relevance | path

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

/art/test/1907-suspend-list-self-twice/src/art/
DTest1907.java41 Thread thrd = new Thread( in run() local
56 thrd.start(); in run()
59 waitForSuspension(thrd); in run()
62 Suspension.resume(thrd); in run()
66 if (Suspension.isSuspended(thrd)) { in run()
67 Suspension.resume(thrd); in run()
68 thrd.join(); in run()
71 thrd.join(); in run()