Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for suspending (0.1 sec)

  1. pkg/controller/job/job_controller_test.go

    			expectedDeletions:     2,
    			expectedCompletedIdxs: "0",
    			expectedActive:        0,
    			expectedFailed:        0,
    			expectedPodPatches:    5,
    			expectedReady:         ptr.To[int32](0),
    		},
    		"suspending a job with satisfied expectations": {
    			// Suspended Job should delete active pods when expectations are
    			// satisfied.
    			suspend:                 true,
    			parallelism:             2,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  2. src/runtime/proc.go

    	casGToPreemptScan(gp, _Grunning, _Gscan|_Gpreempted)
    	dropg()
    
    	// Be careful about how we trace this next event. The ordering
    	// is subtle.
    	//
    	// The moment we CAS into _Gpreempted, suspendG could CAS to
    	// _Gwaiting, do its work, and ready the goroutine. All of
    	// this could happen before we even get the chance to emit
    	// an event. The end result is that the events could appear
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  3. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    [Greek: ge], [Greek: eê], [Greek: êi], [Greek: il], and [Greek: l]G, will be the Spaces which the several Colours (red, orange, yellow, green, blue, indigo, violet) take up. [Illustration: FIG. 4.] [Illustration: FIG. 5.] Now these Intervals or Spaces subtending the Differences of the Refractions of the Rays going to the Limits of those Colours, that is, to the Points M, [Greek: a], [Greek: g], [Greek: e], [Greek: ê], [Greek: i], [Greek: l], G, may without any sensible Error be accounted proportional to...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top