- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for keyid (0.01 seconds)
-
android/guava/src/com/google/common/util/concurrent/CycleDetectingLockFactory.java
*/ private static final class LockGraphNode { /** * The map tracking the locks that are known to be acquired before this lock, each associated * with an example stack trace. Locks are weakly keyed to allow proper garbage collection when * they are no longer referenced. */ final Map<LockGraphNode, ExampleStackTrace> allowedPriorLocks = new MapMaker().weakKeys().makeMap(); /**Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 17:27:13 GMT 2026 - 36K bytes - Click Count (0)