Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 154 for mprotect (0.46 sec)

  1. src/runtime/mprof.go

    var (
    	// profInsertLock protects changes to the start of all *bucket linked lists
    	profInsertLock mutex
    	// profBlockLock protects the contents of every blockRecord struct
    	profBlockLock mutex
    	// profMemActiveLock protects the active field of every memRecord struct
    	profMemActiveLock mutex
    	// profMemFutureLock is a set of locks that protect the respective elements
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/registry/DefaultModelRegistryTest.groovy

            registry.atState("foo", ModelNode.State.Discovered)
    
            when:
            registry.configure(ModelActionRole.Discover) { it.path "foo" descriptor "project" node {} }
    
            then:
            def ex = thrown IllegalStateException
            ex.message == "Cannot add rule project for model element 'foo' at state ${ModelNode.State.Registered} as this element is already at state ${ModelNode.State.Discovered}."
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 56K bytes
    - Viewed (0)
  3. cmd/sts-handlers_test.go

    		groupPolicyMappingsFile: `{
        "cn=project.c,ou=groups,ou=swengg,DC=min,dc=io": {
            "version": 0,
            "policy": "consoleAdmin",
            "updatedAt": "2024-04-17T23:54:28.442998301Z"
        },
        "mygroup": {
            "version": 0,
            "policy": "consoleAdmin",
            "updatedAt": "2024-04-23T21:34:43.66922872Z"
        },
        "cn=project.c,ou=groups,OU=swengg,DC=min,DC=io": {
            "version": 0,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 18:45:50 UTC 2024
    - 90K bytes
    - Viewed (0)
  4. platforms/software/build-init/src/main/java/org/gradle/buildinit/plugins/internal/BuildScriptBuilder.java

    /**
     * Assembles the parts of a build script.
     */
    @SuppressWarnings("UnusedReturnValue")
    public class BuildScriptBuilder {
        private static final String INCUBATING_APIS_WARNING = "This project uses @Incubating APIs which are subject to change.";
    
        private static final Logger LOGGER = LoggerFactory.getLogger(BuildScriptBuilder.class);
    
        private final BuildInitDsl dsl;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 21 12:02:29 UTC 2023
    - 90K bytes
    - Viewed (0)
  5. .bazelrc

    build:rbe_linux_cpu --repo_env=TF_PYTHON_CONFIG_REPO="@sigbuild-r2.17-clang_config_python"
    build:rbe_linux_cpu --python_path="/usr/bin/python3"
    # These you may need to change for your own GCP project.
    common:rbe_linux_cpu --remote_instance_name=projects/tensorflow-testing/instances/default_instance
    
    # TODO(kanglan): Remove it after toolchain update is complete.
    build:rbe_linux_cpu_old --config=rbe_linux
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 17:12:54 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/configurations/DefaultConfiguration.java

    import org.gradle.api.internal.file.FileCollectionInternal;
    import org.gradle.api.internal.file.FileCollectionStructureVisitor;
    import org.gradle.api.internal.initialization.ResettableConfiguration;
    import org.gradle.api.internal.project.ProjectStateRegistry;
    import org.gradle.api.internal.tasks.TaskDependencyFactory;
    import org.gradle.api.internal.tasks.TaskDependencyResolveContext;
    import org.gradle.api.specs.Spec;
    import org.gradle.api.specs.Specs;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:36:01 UTC 2024
    - 85.4K bytes
    - Viewed (0)
  7. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

        has_owner_ = true;
      }
    
      // Releases this mutex.
      void Unlock() {
        // Since the lock is being released the owner_ field should no longer be
        // considered valid. We don't protect writing to has_owner_ here, as it's
        // the caller's responsibility to ensure that the current thread holds the
        // mutex when this is called.
        has_owner_ = false;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

        has_owner_ = true;
      }
    
      // Releases this mutex.
      void Unlock() {
        // Since the lock is being released the owner_ field should no longer be
        // considered valid. We don't protect writing to has_owner_ here, as it's
        // the caller's responsibility to ensure that the current thread holds the
        // mutex when this is called.
        has_owner_ = false;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  9. integration-tests/gradle/gradle/wrapper/gradle-wrapper.jar

    java.io.File getZipFile(); } org/gradle/wrapper/PathAssembler.class package org.gradle.wrapper; public synchronized class PathAssembler { public static final String GRADLE_USER_HOME_STRING = GRADLE_USER_HOME; public static final String PROJECT_STRING = PROJECT; private final java.io.File gradleUserHome; private final java.io.File projectDirectory; public void PathAssembler(java.io.File, java.io.File); public PathAssembler$LocalDistribution getDistribution(WrapperConfiguration); private String rootDirName(String,...
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Oct 31 19:07:19 UTC 2023
    - 62.2K bytes
    - Viewed (0)
  10. src/crypto/tls/common.go

    	// certificate. VerifyPeerCertificate and VerifyConnection are not called
    	// when ECH is rejected, even if set, and InsecureSkipVerify is ignored.
    	EncryptedClientHelloRejectionVerify func(ConnectionState) error
    
    	// mutex protects sessionTicketKeys and autoSessionTicketKeys.
    	mutex sync.RWMutex
    	// sessionTicketKeys contains zero or more ticket keys. If set, it means
    	// the keys were set with SessionTicketKey or SetSessionTicketKeys. The
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 59.1K bytes
    - Viewed (0)
Back to top