Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 25 for enter_1 (0.58 sec)

  1. pkg/controller/volume/persistentvolume/pv_controller.go

    	if err != nil {
    		logger.V(4).Info("Updating PersistentVolumeClaim status: cannot update internal cache", "PVC", klog.KObj(claim), "err", err)
    		return newClaim, err
    	}
    	logger.V(2).Info("Claim entered phase", "PVC", klog.KObj(claim), "phase", phase)
    	return newClaim, nil
    }
    
    // updateClaimStatusWithEvent saves new claim.Status to API server and emits
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
  2. guava/src/com/google/common/util/concurrent/AbstractFuture.java

        // A corollary to all that is that we don't need to check isDone inside the loop because if we
        // get into the loop we know that we weren't done when we entered and therefore we aren't under
        // an obligation to execute 'immediately'.
        if (!isDone()) {
          Listener oldHead = listeners;
          if (oldHead != Listener.TOMBSTONE) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 62.8K bytes
    - Viewed (1)
  3. android/guava/src/com/google/common/util/concurrent/AbstractFuture.java

        // A corollary to all that is that we don't need to check isDone inside the loop because if we
        // get into the loop we know that we weren't done when we entered and therefore we aren't under
        // an obligation to execute 'immediately'.
        if (!isDone()) {
          Listener oldHead = listeners;
          if (oldHead != Listener.TOMBSTONE) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 63.1K bytes
    - Viewed (1)
  4. tensorflow/c/c_api_function_test.cc

      ASSERT_TRUE(GetFunctionDef(func_, &fdef));
      VerifyFDefInputs(fdef, M({{"feed1"}, {"feed2"}}));
      VerifyFDefOutputs(fdef, M({{"test_loop_exit"}}));
      VerifyFDefEdges(fdef,
                      {{"feed1", "test_loop/Enter:0"},
                       {"test_loop/Enter:output:0", "test_loop/Merge:0"},
                       {"test_loop/Merge:output:0", "test_loop/Switch:0"},
                       {"test_loop/Switch:output_false:0", "test_loop/Exit:0"},
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 20 22:08:54 UTC 2023
    - 63.6K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/riscv/obj.go

    	wantNoneReg(ctxt, ins, "rs3", ins.rs3)
    }
    
    func validateRaw(ctxt *obj.Link, ins *instruction) {
    	// Treat the raw value specially as a 32-bit unsigned integer.
    	// Nobody wants to enter negative machine code.
    	if ins.imm < 0 || 1<<32 <= ins.imm {
    		ctxt.Diag("%v: immediate %d in raw position cannot be larger than 32 bits", ins.as, ins.imm)
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 07 03:32:27 UTC 2024
    - 77K bytes
    - Viewed (0)
  6. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

        GTEST_CHECK_(has_owner_ && pthread_equal(owner_, pthread_self()))
            << "The current thread is not holding the mutex @" << this;
      }
    
      // A static mutex may be used before main() is entered.  It may even
      // be used before the dynamic initialization stage.  Therefore we
      // must be able to initialize a static mutex object at link time.
      // This means MutexBase has to be a POD and its member variables
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

        GTEST_CHECK_(has_owner_ && pthread_equal(owner_, pthread_self()))
            << "The current thread is not holding the mutex @" << this;
      }
    
      // A static mutex may be used before main() is entered.  It may even
      // be used before the dynamic initialization stage.  Therefore we
      // must be able to initialize a static mutex object at link time.
      // This means MutexBase has to be a POD and its member variables
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  8. src/runtime/mgcpacer.go

    	node := (*gcBgMarkWorkerNode)(gcBgMarkWorkerPool.pop())
    	if node == nil {
    		// There is at least one worker per P, so normally there are
    		// enough workers to run on all Ps, if necessary. However, once
    		// a worker enters gcMarkDone it may park without rejoining the
    		// pool, thus freeing a P with no corresponding worker.
    		// gcMarkDone never depends on another worker doing work, so it
    		// is safe to simply do nothing here.
    		//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  9. src/runtime/mprof.go

    	})
    	if labels != nil {
    		labels[0] = ourg.labels
    	}
    	ourg.goroutineProfiled.Store(goroutineProfileSatisfied)
    	goroutineProfile.offset.Store(1)
    
    	// Prepare for all other goroutines to enter the profile. Aside from ourg,
    	// every goroutine struct in the allgs list has its goroutineProfiled field
    	// cleared. Any goroutine created from this point on (while
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store.go

    		if lastGraceful > 0 {
    			return nil, false, false, out, lastExisting
    		}
    		// If we are here, the registry supports grace period mechanism and
    		// we are intentionally delete gracelessly. In this case, we may
    		// enter a race with other k8s components. If other component wins
    		// the race, the object will not be found, and we should tolerate
    		// the NotFound error. See
    		// https://github.com/kubernetes/kubernetes/issues/19403 for
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 23:22:44 UTC 2024
    - 60.8K bytes
    - Viewed (0)
Back to top