Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for readInformationRegion (0.14 sec)

  1. platforms/core-execution/persistent-cache/src/main/java/org/gradle/cache/internal/DefaultFileLockManager.java

                // Lock the state region, with the requested mode
                FileLockOutcome lockOutcome = lockStateRegion(lockMode);
                if (!lockOutcome.isLockWasAcquired()) {
                    LockInfo lockInfo = readInformationRegion(newExponentialBackoff(shortTimeoutMs));
                    throw timeoutException(displayName, operationDisplayName, lockFile, metaDataProvider.getProcessIdentifier(), lockOutcome, lockInfo);
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 16:02:32 UTC 2024
    - 22.3K bytes
    - Viewed (0)
Back to top