HomeSort by relevance Sort by last modified time
    Searched refs:callAndAssertBlocks (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-tests/test/com/google/common/util/concurrent/
MonitorTestCase.java 103 thread2.callAndAssertBlocks(enter());
158 thread1.callAndAssertBlocks(enterWhen(), guard);
166 thread2.callAndAssertBlocks(enter());
178 thread1.callAndAssertBlocks(enterIf(), guard);
186 thread2.callAndAssertBlocks(enter());
TestThread.java 43 * {@link #callAndAssertBlocks} method is ever called in a test, the lock-like object must have a
139 public void callAndAssertBlocks(String methodName, Object... arguments) throws Exception {

Completed in 6685 milliseconds