Searched refs:grabLocksInThread (Results 1 – 1 of 1) sorted by relevance
202 grabLocksInThread(lockA, lockB, barrier), in testCycleReporting()203 grabLocksInThread(lockB, lockC, barrier), in testCycleReporting()204 grabLocksInThread(lockC, lockA, barrier)); in testCycleReporting()226 private static <T> Future<ListMultimap<Thread, T>> grabLocksInThread( in grabLocksInThread() method in CycleDetectingLockTest