Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CycleDetectingReentrantReadLock (0.5 sec)

  1. android/guava/src/com/google/common/util/concurrent/CycleDetectingLockFactory.java

        // exposed or used.
        private final CycleDetectingReentrantReadLock readLock;
        private final CycleDetectingReentrantWriteLock writeLock;
    
        private final LockGraphNode lockGraphNode;
    
        private CycleDetectingReentrantReadWriteLock(LockGraphNode lockGraphNode, boolean fair) {
          super(fair);
          this.readLock = new CycleDetectingReentrantReadLock(this);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Dec 15 19:31:54 UTC 2023
    - 35.9K bytes
    - Viewed (0)
  2. guava/src/com/google/common/util/concurrent/CycleDetectingLockFactory.java

        // exposed or used.
        private final CycleDetectingReentrantReadLock readLock;
        private final CycleDetectingReentrantWriteLock writeLock;
    
        private final LockGraphNode lockGraphNode;
    
        private CycleDetectingReentrantReadWriteLock(LockGraphNode lockGraphNode, boolean fair) {
          super(fair);
          this.readLock = new CycleDetectingReentrantReadLock(this);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Dec 15 19:31:54 UTC 2023
    - 35.9K bytes
    - Viewed (0)
Back to top