Home
last modified time | relevance | path

Searched defs: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()