Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 132 for preemptee (0.16 sec)

  1. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/declaring_repositories.adoc

    To enable preemptive authentication simply configure your repository to explicitly use the link:{javadocPath}/org/gradle/authentication/http/BasicAuthentication.html[BasicAuthentication] scheme:
    
    .Configure repository to use preemptive authentication
    ====
    include::sample[dir="snippets/artifacts/defineRepository/kotlin",files="build.gradle.kts[tags=preemptive-authentication]"]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 43.2K bytes
    - Viewed (0)
  2. pkg/scheduler/testing/framework/fake_extender.go

    	return f.Ignorable
    }
    
    // SupportsPreemption returns true indicating the extender supports preemption.
    func (f *FakeExtender) SupportsPreemption() bool {
    	// Assume preempt verb is always defined.
    	return true
    }
    
    // ProcessPreemption implements the extender preempt function.
    func (f *FakeExtender) ProcessPreemption(
    	pod *v1.Pod,
    	nodeNameToVictims map[string]*extenderv1.Victims,
    	nodeInfos framework.NodeInfoLister,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 19:07:19 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  3. pkg/scheduler/apis/config/types.go

    	// Verb for the filter call, empty if not supported. This verb is appended to the URLPrefix when issuing the filter call to extender.
    	FilterVerb string
    	// Verb for the preempt call, empty if not supported. This verb is appended to the URLPrefix when issuing the preempt call to extender.
    	PreemptVerb string
    	// Verb for the prioritize call, empty if not supported. This verb is appended to the URLPrefix when issuing the prioritize call to extender.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 18:47:23 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  4. src/runtime/lock_sema.go

    				semawakeup(mp)
    				break
    			}
    		}
    	}
    	gp.m.mLockProfile.recordUnlock(l)
    	gp.m.locks--
    	if gp.m.locks < 0 {
    		throw("runtimeĀ·unlock: lock count")
    	}
    	if gp.m.locks == 0 && gp.preempt { // restore the preemption request in case we've cleared it in newstack
    		gp.stackguard0 = stackPreempt
    	}
    }
    
    // One-time notifications.
    func noteclear(n *note) {
    	n.key = 0
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  5. src/runtime/traceruntime.go

    	traceBlockGCMarkAssist:    "GC mark assist wait for work",
    	traceBlockGCSweep:         "GC background sweeper wait",
    	traceBlockSystemGoroutine: "system goroutine wait",
    	traceBlockPreempted:       "preempted",
    	traceBlockDebugCall:       "wait for debug call",
    	traceBlockUntilGCEnds:     "wait until GC ends",
    	traceBlockSleep:           "sleep",
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 25.7K bytes
    - Viewed (0)
  6. platforms/core-execution/build-cache-http/src/integTest/groovy/org/gradle/caching/http/internal/HttpBuildCacheServiceTest.groovy

                    response.setStatus(200)
                }
            })
    
            expect:
            cache.store(key, writer("".bytes))
        }
    
        def "does preemptive authentication"() {
            config.credentials.username = 'user'
            config.credentials.password = 'password'
    
            server.authenticationScheme = AuthScheme.BASIC
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 16:15:24 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  7. src/runtime/debug_test.go

    	// injection test code fire, because it runs in a signal handler
    	// and may not have a P.
    	//
    	// We use 8 Ps so there's room for the debug call worker,
    	// something that's trying to preempt the call worker, and the
    	// goroutine that's trying to stop the call worker.
    	ogomaxprocs := runtime.GOMAXPROCS(8)
    	ogcpercent := debug.SetGCPercent(-1)
    	runtime.GC()
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 15:08:04 UTC 2023
    - 8K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go

    	{"net.inet.ah.enable", []_C_int{4, 2, 51, 1}},
    	{"net.inet.ah.stats", []_C_int{4, 2, 51, 2}},
    	{"net.inet.carp.allow", []_C_int{4, 2, 112, 1}},
    	{"net.inet.carp.log", []_C_int{4, 2, 112, 3}},
    	{"net.inet.carp.preempt", []_C_int{4, 2, 112, 2}},
    	{"net.inet.carp.stats", []_C_int{4, 2, 112, 4}},
    	{"net.inet.divert.recvspace", []_C_int{4, 2, 258, 1}},
    	{"net.inet.divert.sendspace", []_C_int{4, 2, 258, 2}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go

    	{"net.inet.ah.enable", []_C_int{4, 2, 51, 1}},
    	{"net.inet.ah.stats", []_C_int{4, 2, 51, 2}},
    	{"net.inet.carp.allow", []_C_int{4, 2, 112, 1}},
    	{"net.inet.carp.log", []_C_int{4, 2, 112, 3}},
    	{"net.inet.carp.preempt", []_C_int{4, 2, 112, 2}},
    	{"net.inet.carp.stats", []_C_int{4, 2, 112, 4}},
    	{"net.inet.divert.recvspace", []_C_int{4, 2, 258, 1}},
    	{"net.inet.divert.sendspace", []_C_int{4, 2, 258, 2}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  10. src/internal/trace/testdata/tests/go122-annotations.test

    String id=12
    	data="chan receive"
    String id=13
    	data="GC mark assist wait for work"
    String id=14
    	data="GC background sweeper wait"
    String id=15
    	data="system goroutine wait"
    String id=16
    	data="preempted"
    String id=17
    	data="wait for debug call"
    String id=18
    	data="wait until GC ends"
    String id=19
    	data="sleep"
    String id=20
    	data="runtime.Gosched"
    String id=21
    	data="start trace"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 8.7K bytes
    - Viewed (0)
Back to top