Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for timeCh (0.12 sec)

  1. src/runtime/proc.go

    				continue
    			}
    
    			// Steal timers from p2. This call to checkTimers is the only place
    			// where we might hold a lock on a different P's timers. We do this
    			// once on the last pass before checking runnext because stealing
    			// from the other P's runnext should be the last resort, so if there
    			// are timers to steal do that first.
    			//
    			// We only check timers on one of the stealing iterations because
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/rsc.io/markdown/entity.go

    	"∼":                          "\u223c",
    	"þ":                           "\u00fe",
    	"˜":                           "\u02dc",
    	"×":                           "\u00d7",
    	"⊠":                          "\u22a0",
    	"⨱":                        "\u2a31",
    	"⨰":                          "\u2a30",
    	"∭":                            "\u222d",
    	"⤨":                            "\u2928",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  3. src/html/entity.go

    		"thorn;":                           '\U000000FE',
    		"tilde;":                           '\U000002DC',
    		"times;":                           '\U000000D7',
    		"timesb;":                          '\U000022A0',
    		"timesbar;":                        '\U00002A31',
    		"timesd;":                          '\U00002A30',
    		"tint;":                            '\U0000222D',
    		"toea;":                            '\U00002928',
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 31 22:10:54 UTC 2018
    - 114.3K bytes
    - Viewed (0)
  4. src/net/http/serve_test.go

    }
    func testServerGracefulClose(t *testing.T, mode testMode) {
    	runTimeSensitiveTest(t, []time.Duration{
    		1 * time.Millisecond,
    		5 * time.Millisecond,
    		10 * time.Millisecond,
    		50 * time.Millisecond,
    		100 * time.Millisecond,
    		500 * time.Millisecond,
    		time.Second,
    		5 * time.Second,
    	}, func(t *testing.T, timeout time.Duration) error {
    		SetRSTAvoidanceDelay(t, timeout)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  5. pkg/kubelet/kubelet_node_status_test.go

    		"test unschedulable taint for TaintNodesByCondition")
    }
    
    func TestNodeStatusHasChanged(t *testing.T) {
    	fakeNow := metav1.Date(2015, 1, 1, 12, 0, 0, 0, time.UTC)
    	fakeFuture := metav1.Time{Time: fakeNow.Time.Add(time.Minute)}
    	readyCondition := v1.NodeCondition{
    		Type:               v1.NodeReady,
    		Status:             v1.ConditionTrue,
    		LastHeartbeatTime:  fakeNow,
    		LastTransitionTime: fakeNow,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
  6. pkg/kubelet/kubelet.go

    	return updatedPod
    }
    
    // LatestLoopEntryTime returns the last time in the sync loop monitor.
    func (kl *Kubelet) LatestLoopEntryTime() time.Time {
    	val := kl.syncLoopMonitor.Load()
    	if val == nil {
    		return time.Time{}
    	}
    	return val.(time.Time)
    }
    
    // updateRuntimeUp calls the container runtime status callback, initializing
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  7. src/main/webapp/js/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
  8. okhttp/src/test/java/okhttp3/CallTest.kt

        // The second byte of this request will be delayed by 750ms so we should time out after 250ms.
        val startNanos = System.nanoTime()
        bodySource.use {
          assertFailsWith<IOException> {
            bodySource.readByte()
          }.also { expected ->
            // Timed out as expected.
            val elapsedNanos = System.nanoTime() - startNanos
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 142.5K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.5.md

    * Fixes an issue where `hack/local-up-cluster.sh` would fail on the API server start with ([#38898](https://github.com/kubernetes/kubernetes/pull/38898), [@deads2k](https://github.com/deads2k))
        * !!! [1215 15:42:56] Timed out waiting for apiserver:  to answer at https://localhost:6443/version; tried 10 waiting 1 between each
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  10. src/main/webapp/js/admin/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
Back to top