Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 33 of 33 for Unshare (0.3 sec)

  1. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1beta1_openapi.json

                "description": "Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.",...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.7K bytes
    - Viewed (0)
  2. src/runtime/proc.go

    			// Preempt G if it's running on the same schedtick for
    			// too long. This could be from a single long-running
    			// goroutine or a sequence of goroutines run via
    			// runnext, which share a single schedtick time slice.
    			t := int64(pp.schedtick)
    			if int64(pd.schedtick) != t {
    				pd.schedtick = uint32(t)
    				pd.schedwhen = now
    			} else if pd.schedwhen+forcePreemptNS <= now {
    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. doc/go1.17_spec.html

    then the <code>File</code> interface is implemented by both <code>S1</code> and
    <code>S2</code>, regardless of what other methods
    <code>S1</code> and <code>S2</code> may have or share.
    </p>
    
    <p>
    A type implements any interface comprising any subset of its methods
    and may therefore implement several distinct interfaces. For
    instance, all types implement the <i>empty interface</i>:
    </p>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
Back to top