Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadGroupTest.java189 waitForThreadToDieUninterrupted(noOp); in test_destroy()
222 waitForThreadToDieUninterrupted(noOp); in test_destroy()
518 waitForThreadToDieUninterrupted(thread); in test_uncaughtException_threadDeath()
547 waitForThreadToDieUninterrupted(thread); in test_uncaughtException_naturalDeath()
586 waitForThreadToDieUninterrupted(thread); in test_uncaughtException_runtimeException()
623 waitForThreadToDieUninterrupted(thread); in test_uncaughtException_exceptionHandledByHandler()
655 waitForThreadToDieUninterrupted(thread); in test_uncaughtException_exceptionInUncaughtException()
762 private static void waitForThreadToDieUninterrupted(Thread thread) { in waitForThreadToDieUninterrupted() method in ThreadGroupTest