Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DTestThread.java59 private final L lockLikeObject; field in TestThread
66 public TestThread(L lockLikeObject, String threadName) { in TestThread() argument
68 this.lockLikeObject = checkNotNull(lockLikeObject); in TestThread()
216 return getMethod(methodName, arguments).invoke(lockLikeObject, arguments); in invokeMethod()
220 METHODS: for (Method method : lockLikeObject.getClass().getMethods()) { in getMethod()