- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getLockGraphNode (0.56 seconds)
-
android/guava/src/com/google/common/util/concurrent/CycleDetectingLockFactory.java
*/ private interface CycleDetectingLock { /** * @return the {@link LockGraphNode} associated with this lock. */ LockGraphNode getLockGraphNode(); /** * @return {@code true} if the current thread has acquired this lock. */ boolean isAcquiredByCurrentThread(); } /**Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 17:27:13 GMT 2026 - 36K bytes - Click Count (0)