Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 105 for contentions (0.23 sec)

  1. src/runtime/pprof/pprof_test.go

    						runtimeInternal = true
    					}
    				}
    			}
    			if match && !runtimeInternal {
    				contentions += s.Value[0]
    				delay += s.Value[1]
    			}
    		}
    		return
    	}
    
    	blockMutex(t)
    	contentions, delay := readProfile()
    	if contentions == 0 || delay == 0 {
    		t.Fatal("did not see expected function in profile")
    	}
    	runtime.SetMutexProfileFraction(0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 68.8K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    === Deprecations
    
    ==== Deprecated registration of plugin conventions
    
    Using plugin conventions has been emitting warnings since Gradle 8.2.
    Now, registering plugin conventions will also trigger deprecation warnings.
    For more information, see the <<deprecated_access_to_conventions, section about plugin convention deprecation>>.
    
    [[string_invoke]]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    [[sec:kotlin_dsl_about_conventions]]
    === About conventions
    
    Some of the Gradle core plugins expose configurability with the help of a so-called _convention_ object.
    These serve a similar purpose to — and have now been superseded by — _extensions_.
    Conventions are deprecated.
    Please avoid using convention objects when writing new plugins.
    
    As seen above, the Kotlin DSL provides accessors only for convention objects on `Project`.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/extensions/v1beta1/types.go

    	// Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
    	// +optional
    	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
    
    	// defines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:29 UTC 2023
    - 61.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/apps/v1/types.go

    	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
    	// +optional
    	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
    
    	// The desired behavior of this daemon set.
    	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 49.1K bytes
    - Viewed (0)
  6. subprojects/core/src/integTest/groovy/org/gradle/api/services/BuildServiceIntegrationTest.groovy

                    }
                """
    
    
                file("convention-kotlin-plugin/src/main/kotlin/convention-kotlin-plugin.gradle.kts") << """
                    plugins {
                        id("com.example.servicePlugin")
                    }
                """
    
                file("convention-groovy-plugin/build.gradle") << """
                    plugins {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 19:15:46 UTC 2024
    - 61K bytes
    - Viewed (0)
  7. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/CollectionPropertySpec.groovy

        }
    
        def "test '#label' vs undefined-safety"(String label) {
            given:
            if (!(convention instanceof Wildcard)) {
                if (convention instanceof Provider) {
                    property.convention((Provider) convention)
                } else {
                    property.convention((Iterable) convention)
                }
            }
            if (!(explicit instanceof Wildcard)) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 49.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/apps/v1beta2/types.go

    	// Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
    	// +optional
    	metav1.ObjectMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"`
    
    	// defines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:24 UTC 2023
    - 52.2K bytes
    - Viewed (0)
  9. src/runtime/mprof.go

    //
    // The M will have space for storing one call stack that caused contention, and
    // for the magnitude of that contention. It will also have space to store the
    // magnitude of additional contention the M caused, since it only has space to
    // remember one call stack and might encounter several contention events before
    // it releases all of its locks and is thus able to transfer the local buffer
    // into the profile.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  10. platforms/core-configuration/model-core/src/testFixtures/groovy/org/gradle/api/internal/provider/PropertySpec.groovy

            property.convention(someOtherValue())
            property.get() == someValue()
        }
    
        def "convention provider ignored after value has been set"() {
            def provider = brokenSupplier()
    
            def property = propertyWithNoValue()
            property.set(someValue())
    
            expect:
            property.convention(provider)
            property.get() == someValue()
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 87.8K bytes
    - Viewed (0)
Back to top