Home | History | Annotate | Download | only in jsr166

Lines Matching refs:waitForThreadToEnterWaitState

1212     void waitForThreadToEnterWaitState(Thread thread, long timeoutMillis) {
1235 void waitForThreadToEnterWaitState(
1264 void waitForThreadToEnterWaitState(Thread thread) {
1265 waitForThreadToEnterWaitState(thread, LONG_DELAY_MS);
1273 void waitForThreadToEnterWaitState(
1275 waitForThreadToEnterWaitState(thread, LONG_DELAY_MS, waitingForGodot);