Searched refs:assertThreadsStayAlive (Results 1 – 2 of 2) sorted by relevance
484 void assertThreadsStayAlive(Thread... threads) { in assertThreadsStayAlive() method in JSR166TestCase485 assertThreadsStayAlive(timeoutMillis(), threads); in assertThreadsStayAlive()489 void assertThreadsStayAlive(long millis, Thread... threads) { in assertThreadsStayAlive() method in JSR166TestCase
487 void assertThreadsStayAlive(Thread... threads) { in assertThreadsStayAlive() method in JSR166TestCase488 assertThreadsStayAlive(timeoutMillis(), threads); in assertThreadsStayAlive()492 void assertThreadsStayAlive(long millis, Thread... threads) { in assertThreadsStayAlive() method in JSR166TestCase