Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DPhaserTest.java519 waitForThreadToEnterWaitState(t, SHORT_DELAY_MS);
547 waitForThreadToEnterWaitState(t, SHORT_DELAY_MS);
576 waitForThreadToEnterWaitState(t, SHORT_DELAY_MS);
601 waitForThreadToEnterWaitState(t, SHORT_DELAY_MS);
776 waitForThreadToEnterWaitState(thread, SHORT_DELAY_MS);
DJSR166TestCase.java597 void waitForThreadToEnterWaitState(Thread thread, long timeoutMillis) { in waitForThreadToEnterWaitState() method in JSR166TestCase
619 void waitForThreadToEnterWaitState(Thread thread) { in waitForThreadToEnterWaitState() method in JSR166TestCase
620 waitForThreadToEnterWaitState(thread, LONG_DELAY_MS); in waitForThreadToEnterWaitState()
DLinkedTransferQueueTest.java285 waitForThreadToEnterWaitState(t, SMALL_DELAY_MS); in testInterruptedTimedPoll()
714 waitForThreadToEnterWaitState(t, SMALL_DELAY_MS); in testWaitingConsumer()
753 waitForThreadToEnterWaitState(t, SMALL_DELAY_MS); in testTransfer2()
DPriorityBlockingQueueTest.java393 waitForThreadToEnterWaitState(t, SMALL_DELAY_MS); in testInterruptedTimedPoll()
DLinkedBlockingQueueTest.java437 waitForThreadToEnterWaitState(t, SMALL_DELAY_MS); in testInterruptedTimedPoll()
DArrayBlockingQueueTest.java448 waitForThreadToEnterWaitState(t, SMALL_DELAY_MS); in testInterruptedTimedPoll()
DLinkedBlockingDequeTest.java747 waitForThreadToEnterWaitState(t, SMALL_DELAY_MS); in testInterruptedTimedPoll()