Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 166 for seni (0.07 sec)

  1. pkg/controller/daemon/daemon_controller.go

    	curHistory := cur.(*apps.ControllerRevision)
    	oldHistory := old.(*apps.ControllerRevision)
    	if curHistory.ResourceVersion == oldHistory.ResourceVersion {
    		// Periodic resync will send update events for all known ControllerRevisions.
    		return
    	}
    
    	curControllerRef := metav1.GetControllerOf(curHistory)
    	oldControllerRef := metav1.GetControllerOf(oldHistory)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  2. src/runtime/map.go

    				if hash&bucketMask(it.B) != checkBucket {
    					continue
    				}
    			} else {
    				// Hash isn't repeatable if k != k (NaNs).  We need a
    				// repeatable and randomish choice of which direction
    				// to send NaNs during evacuation. We'll use the low
    				// bit of tophash to decide which way NaNs go.
    				// NOTE: this case is why we need two evacuate tophash
    				// values, evacuatedX and evacuatedY, that differ in
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  3. src/syscall/zerrors_darwin_arm64.go

    	53:  "software caused connection abort",
    	54:  "connection reset by peer",
    	55:  "no buffer space available",
    	56:  "socket is already connected",
    	57:  "socket is not connected",
    	58:  "can't send after socket shutdown",
    	59:  "too many references: can't splice",
    	60:  "operation timed out",
    	61:  "connection refused",
    	62:  "too many levels of symbolic links",
    	63:  "file name too long",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.8K bytes
    - Viewed (0)
  4. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    	// other goroutine has updated it in the meantime. We therefore cannot use
    	// SSA here to add the pod because then we would have to send the entire slice
    	// or use different field manager strings for each entry.
    	//
    	// With a strategic-merge-patch, we can simply send one new entry. The apiserver
    	// validation will catch if two goroutines try to do that at the same time and
    	// the claim cannot be shared.
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  5. pkg/controller/endpoint/endpoints_controller_test.go

    	waitForChanReceive(t, 1*time.Second, blockNextAction, "Service Add should have caused a request to be sent to the test server")
    
    	controller.serviceStore.Delete(svc)
    	controller.onServiceDelete(svc)
    	waitForChanReceive(t, 1*time.Second, blockNextAction, "Service Delete should have caused a request to be sent to the test server")
    
    	// If endpoints cache has not updated before service update is registered
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 06:51:56 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  6. src/runtime/pprof/pprof_test.go

    #	0x[0-9a-f]+	runtime/pprof\.blockChanRecv\+0x[0-9a-f]+	.*runtime/pprof/pprof_test.go:[0-9]+
    #	0x[0-9a-f]+	runtime/pprof\.TestBlockProfile\+0x[0-9a-f]+	.*runtime/pprof/pprof_test.go:[0-9]+
    `},
    		{
    			name: "chan send",
    			f:    blockChanSend,
    			stk: []string{
    				"runtime.chansend1",
    				"runtime/pprof.blockChanSend",
    				"runtime/pprof.TestBlockProfile",
    			},
    			re: `
    [0-9]+ [0-9]+ @( 0x[[:xdigit:]]+)+
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 68.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

      return %0 : tensor<f32>
    }
    ```
    
    will become a tf_device.parallel_execute op with a CPU/host region and
    a tf_device.cluster with communication ops to send data to/from device/host:
    
    ```mlir
    func @outside_compilation() -> tensor<f32> {
      %0 = "tf_device.parallel_execute"() ( {
        "tf_device.launch"() ( {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
  8. src/syscall/zerrors_darwin_amd64.go

    	53:  "software caused connection abort",
    	54:  "connection reset by peer",
    	55:  "no buffer space available",
    	56:  "socket is already connected",
    	57:  "socket is not connected",
    	58:  "can't send after socket shutdown",
    	59:  "too many references: can't splice",
    	60:  "operation timed out",
    	61:  "connection refused",
    	62:  "too many levels of symbolic links",
    	63:  "file name too long",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.3K bytes
    - Viewed (0)
  9. src/testing/testing.go

    	// before the test exited. If a test deferred an important cleanup
    	// function (like removing temporary files), there was no guarantee
    	// it would run on a test failure. Because we send on c.signal during
    	// a top-of-stack deferred function now, we know that the send
    	// only happens after any other stacked defers have completed.
    	c.mu.Lock()
    	c.finished = true
    	c.mu.Unlock()
    	runtime.Goexit()
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	{73, "ECONNRESET", "connection reset by peer"},
    	{74, "ENOBUFS", "no buffer space available"},
    	{75, "EISCONN", "socket is already connected"},
    	{76, "ENOTCONN", "socket is not connected"},
    	{77, "ESHUTDOWN", "can't send after socket shutdown"},
    	{78, "ETIMEDOUT", "connection timed out"},
    	{79, "ECONNREFUSED", "connection refused"},
    	{80, "EHOSTDOWN", "host is down"},
    	{81, "EHOSTUNREACH", "no route to host"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
Back to top