Searched refs:cancellationThread (Results 1 – 1 of 1) sorted by relevance
355 Thread cancellationThread = new Thread() { in testCancelableQuery_WhenCanceledDueToContention_StopsWaitingAndThrows() local370 cancellationThread.start(); in testCancelableQuery_WhenCanceledDueToContention_StopsWaitingAndThrows()398 Uninterruptibles.joinUninterruptibly(cancellationThread); in testCancelableQuery_WhenCanceledDueToContention_StopsWaitingAndThrows()418 Thread cancellationThread = new Thread() { in testCancelableQuery_WhenCanceledDuringLongRunningQuery_CancelsQueryAndThrows() local435 cancellationThread.start(); in testCancelableQuery_WhenCanceledDuringLongRunningQuery_CancelsQueryAndThrows()455 Uninterruptibles.joinUninterruptibly(cancellationThread); in testCancelableQuery_WhenCanceledDuringLongRunningQuery_CancelsQueryAndThrows()