Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 120 for clocks (0.15 sec)

  1. src/runtime/mprof.go

    //
    // There are several steps between the time that an M experiences contention and
    // when that contention may be added to the profile. This comes from our
    // constraints: We need to keep the critical section of each lock small,
    // especially when those locks are contended. The reporting code cannot acquire
    // new locks until the M has released all other locks, which means no memory
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  2. pkg/controller/daemon/daemon_controller.go

    	if ds.Spec.MinReadySeconds > 0 && numberReady != numberAvailable {
    		dsc.enqueueDaemonSetAfter(ds, time.Duration(ds.Spec.MinReadySeconds)*time.Second)
    	}
    	return nil
    }
    
    func (dsc *DaemonSetsController) syncDaemonSet(ctx context.Context, key string) error {
    	logger := klog.FromContext(ctx)
    	startTime := dsc.failedPodsBackoff.Clock.Now()
    
    	defer func() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  3. pkg/apis/certificates/validation/validation_test.go

    		newCSR: &capi.CertificateSigningRequest{Status: capi.CertificateSigningRequestStatus{
    			Certificate: []byte(`new - no PEM blocks`),
    		}},
    		oldCSR: &capi.CertificateSigningRequest{Status: capi.CertificateSigningRequestStatus{
    			Certificate: []byte(`old - no PEM blocks`),
    		}},
    		want: certificateValidationOptions{
    			allowArbitraryCertificate: true,
    		},
    	}, {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:49 UTC 2023
    - 61K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/queueset/queueset_test.go

    		requests[i].removeFromQueueLocked = l.Enqueue(requests[i])
    	}
    	return l
    }
    
    func newGaugePair(clk clock.PassiveClock) metrics.RatioedGaugePair {
    	return metrics.RatioedGaugeVecPhasedElementPair(metrics.PriorityLevelConcurrencyGaugeVec, 1, 1, []string{"test"})
    }
    
    func newExecSeatsGauge(clk clock.PassiveClock) metrics.RatioedGauge {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 26 12:55:23 UTC 2023
    - 58.4K bytes
    - Viewed (0)
  5. platforms/software/build-init/src/main/java/org/gradle/buildinit/plugins/internal/BuildScriptBuilder.java

            block.propertyAssignment(comment, propertyName, propertyValue, true);
            return this;
        }
    
        /**
         * Adds a top level block statement.
         *
         * @return The body of the block, to which further statements can be added.
         */
        public ScriptBlockBuilder block(@Nullable String comment, String methodName) {
            return block.block(comment, methodName);
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 21 12:02:29 UTC 2023
    - 90K bytes
    - Viewed (0)
  6. src/runtime/mgcmark.go

    func gcParkAssist() bool {
    	lock(&work.assistQueue.lock)
    	// If the GC cycle finished while we were getting the lock,
    	// exit the assist. The cycle can't finish while we hold the
    	// lock.
    	if atomic.Load(&gcBlackenEnabled) == 0 {
    		unlock(&work.assistQueue.lock)
    		return true
    	}
    
    	gp := getg()
    	oldList := work.assistQueue.q
    	work.assistQueue.q.pushBack(gp)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 21:25:11 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  7. src/syscall/zerrors_darwin_arm64.go

    	71:  "too many levels of remote in path",
    	72:  "RPC struct is bad",
    	73:  "RPC version wrong",
    	74:  "RPC prog. not avail",
    	75:  "program version wrong",
    	76:  "bad procedure for program",
    	77:  "no locks available",
    	78:  "function not implemented",
    	79:  "inappropriate file type or format",
    	80:  "authentication error",
    	81:  "need authenticator",
    	82:  "device power is off",
    	83:  "device error",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.8K bytes
    - Viewed (0)
  8. src/syscall/zerrors_solaris_amd64.go

    	54:  "bad request code",
    	55:  "invalid slot",
    	56:  "file locking deadlock",
    	57:  "bad font file format",
    	58:  "owner of the lock died",
    	59:  "lock is not recoverable",
    	60:  "not a stream device",
    	61:  "no data available",
    	62:  "timer expired",
    	63:  "out of stream resources",
    	64:  "machine is not on the network",
    	65:  "package not installed",
    	66:  "object is remote",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  9. src/syscall/zerrors_darwin_amd64.go

    	71:  "too many levels of remote in path",
    	72:  "RPC struct is bad",
    	73:  "RPC version wrong",
    	74:  "RPC prog. not avail",
    	75:  "program version wrong",
    	76:  "bad procedure for program",
    	77:  "no locks available",
    	78:  "function not implemented",
    	79:  "inappropriate file type or format",
    	80:  "authentication error",
    	81:  "need authenticator",
    	82:  "device power is off",
    	83:  "device error",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.3K bytes
    - Viewed (0)
  10. cmd/erasure-server-pool.go

    	defer func() {
    		if unlockOnDefer {
    			nsUnlocker()
    		}
    	}()
    
    	// Acquire lock
    	if !opts.NoLock {
    		lock := z.NewNSLock(bucket, object)
    		lkctx, err := lock.GetRLock(ctx, globalOperationTimeout)
    		if err != nil {
    			return nil, err
    		}
    		ctx = lkctx.Context()
    		nsUnlocker = func() { lock.RUnlock(lkctx) }
    		unlockOnDefer = true
    	}
    
    	checkPrecondFn := opts.CheckPrecondFn
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 30 11:58:12 UTC 2024
    - 82.5K bytes
    - Viewed (0)
Back to top