Home
last modified time | relevance | path

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

/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DJSR166TestCase.java484 void assertThreadsStayAlive(Thread... threads) { in assertThreadsStayAlive() method in JSR166TestCase
485 assertThreadsStayAlive(timeoutMillis(), threads); in assertThreadsStayAlive()
489 void assertThreadsStayAlive(long millis, Thread... threads) { in assertThreadsStayAlive() method in JSR166TestCase
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DJSR166TestCase.java487 void assertThreadsStayAlive(Thread... threads) { in assertThreadsStayAlive() method in JSR166TestCase
488 assertThreadsStayAlive(timeoutMillis(), threads); in assertThreadsStayAlive()
492 void assertThreadsStayAlive(long millis, Thread... threads) { in assertThreadsStayAlive() method in JSR166TestCase