Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 246 for interesting (0.16 sec)

  1. src/runtime/testdata/testprog/preempt.go

    	var ready, ready2 uint32
    	go func() {
    		for {
    			atomic.StoreUint32(&ready, 1)
    			dummy()
    			dummy()
    		}
    	}()
    	// Also start one with a frameless function.
    	// This is an especially interesting case for
    	// LR machines.
    	go func() {
    		atomic.AddUint32(&ready2, 1)
    		frameless()
    	}()
    	// Also test empty infinite loop.
    	go func() {
    		atomic.AddUint32(&ready2, 1)
    		for {
    		}
    	}()
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 07 17:46:04 UTC 2021
    - 1.6K bytes
    - Viewed (0)
  2. test/gc2.go

    // Copyright 2011 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Test that buffered channels are garbage collected properly.
    // An interesting case because they have finalizers and used to
    // have self loops that kept them from being collected.
    // (Cyclic data with finalizers is never finalized, nor collected.)
    
    package main
    
    import (
    	"fmt"
    	"os"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 977 bytes
    - Viewed (0)
  3. platforms/core-runtime/client-services/src/test/groovy/org/gradle/internal/daemon/client/serialization/CustomAction.java

    import org.gradle.tooling.BuildController;
    import org.gradle.tooling.GradleConnectionException;
    
    import java.util.List;
    
    public class CustomAction implements BuildAction<Object> {
        // Some interesting type references
        byte[][][] buffers;
        BuildController[][] controllers;
        List<String> values;
    
        public Object execute(BuildController controller) throws GradleConnectionException {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 19:53:31 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  4. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/internal/protocol/InternalLaunchable.java

    package org.gradle.tooling.internal.protocol;
    
    import org.gradle.tooling.internal.gradle.GradleProjectIdentity;
    
    /**
     * A marker interface for launchables.
     *
     * The real implementation exists elsewhere and is only interesting for provider.
     * Consumer will see public part of the contract from *.model.* packages and will send it back
     * to provider as it is when a build is launched.
     *
     * @since 1.12
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  5. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/model/Launchable.java

         */
        @Nullable
        String getDescription();
    
        /**
         * Returns whether launchable is public or not. A public launchable is one that is considered a public 'entry point' to the build, that is interesting for
         * an end user of the build to run.
         *
         * @return Public property.
         * @since 2.1
         */
        boolean isPublic();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tfrt/ir/tfrt_fallback_util.cc

    namespace tfrt {
    namespace fallback_async {
    
    bool IsArgConsumedByFallback(mlir::func::FuncOp func, int arg_index) {
      auto arg = func.getArgument(arg_index);
    
      // Return true if any user is a fallback op. It is more interesting to know
      // whether it is consumed by any fallback op than whether it is only consumed
      // by fallback ops. For example, the conversion from a DenseHostTensor to a
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 30 02:12:49 UTC 2022
    - 2.2K bytes
    - Viewed (0)
  7. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheClassLoaderCachingIntegrationTest.groovy

                buildscript { dependencies { classpath(files('${someLib.toURI()}')) } }
            """
    
            // Load the StaticData class in the different sub-sub-projects
            // for a more interesting ClassLoader hierarchy.
            for (projectDir in ['foo/foo', 'bar/bar']) {
                file("$projectDir/build.gradle") << """
                    buildscript { dependencies { classpath(files('${staticDataLib.toURI()}')) } }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  8. src/runtime/trace/trace.go

    // See the [net/http/pprof] package for more details about all of the
    // debug endpoints installed by this import.
    //
    // # User annotation
    //
    // Package trace provides user annotation APIs that can be used to
    // log interesting events during execution.
    //
    // There are three types of user annotations: log messages, regions,
    // and tasks.
    //
    // [Log] emits a timestamped message to the execution trace along with
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 20 00:47:09 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  9. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/EclipseProject.java

     *
     *     //if you want to append some extra natures in a declarative fashion:
     *     natures 'some.extra.eclipse.nature', 'some.another.interesting.nature'
     *     //if you want to assign natures in a groovy fashion:
     *     natures = ['some.extra.eclipse.nature', 'some.another.interesting.nature']
     *
     *     //if you want to append some extra build command:
     *     buildCommand 'buildThisLovelyProject'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  10. maven-core/src/main/java/org/apache/maven/internal/aether/LoggingRepositoryListener.java

            }
        }
    
        @Override
        public void artifactDescriptorInvalid(RepositoryEvent event) {
            // The exception stack trace is not really interesting here
            logger.warn(
                    "The POM for {} is invalid, transitive dependencies (if any) will not be available: {}",
                    event.getArtifact(),
                    event.getException().getMessage());
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Jun 06 19:10:58 UTC 2024
    - 3.4K bytes
    - Viewed (0)
Back to top