Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 40 for thread1 (0.26 sec)

  1. okhttp/src/test/java/okhttp3/CacheTest.kt

        assertThat(response1.header("Allow")).isNull()
        assertThat((response1.receivedResponseAtMillis - t0).toDouble()).isCloseTo(0.0, 250.0)
    
        // A conditional cache hit updates the cache.
        Thread.sleep(500) // Make sure t0 and t1 are distinct.
        val t1 = System.currentTimeMillis()
        val response2 = get(server.url("/a"))
        assertThat(response2.code).isEqualTo(HttpURLConnection.HTTP_OK)
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 108.6K bytes
    - Viewed (0)
  2. okhttp-android/src/main/baseline-prof.txt

    HSPLkotlinx/coroutines/AbstractCoroutine;->resumeWith(Ljava/lang/Object;)V
    HSPLkotlinx/coroutines/Active;-><clinit>()V
    HSPLkotlinx/coroutines/Active;-><init>()V
    HSPLkotlinx/coroutines/BlockingEventLoop;-><init>(Ljava/lang/Thread;)V
    HSPLkotlinx/coroutines/CancelHandler;-><init>()V
    HSPLkotlinx/coroutines/CancellableContinuationImpl;-><clinit>()V
    HSPLkotlinx/coroutines/CancellableContinuationImpl;-><init>(Lkotlin/coroutines/Continuation;I)V
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Mar 21 11:22:00 UTC 2022
    - 127.9K bytes
    - Viewed (0)
  3. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    }
    
    func (s *Special) print(ps *printState) {
    	prefix := s.Prefix
    	if ps.llvmStyle {
    		switch prefix {
    		case "TLS wrapper function for ":
    			prefix = "thread-local wrapper routine for "
    		case "TLS init function for ":
    			prefix = "thread-local initialization routine for "
    		}
    	}
    	ps.writeString(prefix)
    	ps.print(s.Val)
    }
    
    func (s *Special) Traverse(fn func(AST) bool) {
    	if fn(s) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

      {
        // Start a threadpool to convert signatures, since signature conversion can
        // be time consuming especially for large models. Threadpool destructor
        // blocks until all work is done.
        thread::ThreadPool thread_pool(Env::Default(), "ConvertSignatures",
                                       kNumThreadToConvertSignatures);
        for (const auto& key_and_signature_def : signatures) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/x86/asm6.go

    	// Mark nonpreemptible instruction sequences.
    	// The 2-instruction TLS access sequence
    	//	MOVQ TLS, BX
    	//	MOVQ 0(BX)(TLS*1), BX
    	// is not async preemptible, as if it is preempted and resumed on
    	// a different thread, the TLS address may become invalid.
    	if !CanUse1InsnTLS(ctxt) {
    		useTLS := func(p *obj.Prog) bool {
    			// Only need to mark the second instruction, which has
    			// REG_TLS as Index. (It is okay to interrupt and restart
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  6. src/net/http/serve_test.go

    // proxy).  So then two people own that Request.Body (both the server
    // and the http client), and both think they can close it on failure.
    // Therefore, all incoming server requests Bodies need to be thread-safe.
    func TestTransportAndServerSharedBodyRace(t *testing.T) {
    	run(t, testTransportAndServerSharedBodyRace, testNotParallel)
    }
    func testTransportAndServerSharedBodyRace(t *testing.T, mode testMode) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  7. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    when the Paper was too broad. [Illustration: FIG. 19.] Sometimes instead of the Paper I used a white Thred, and this appeared through the Prism divided into two parallel Threds as is represented in the nineteenth Figure, where DG denotes the Thred illuminated with violet Light from D to E and with red Light from F to G, and _defg_ are the parts of the Thred seen by Refraction. If one half of the Thred be constantly illuminated with red, and the other half be illuminated with all the Colours successively,...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  8. doc/go1.17_spec.html

    }
    
    // empty a channel
    for range ch {}
    </pre>
    
    
    <h3 id="Go_statements">Go statements</h3>
    
    <p>
    A "go" statement starts the execution of a function call
    as an independent concurrent thread of control, or <i>goroutine</i>,
    within the same address space.
    </p>
    
    <pre class="ebnf">
    GoStmt = "go" Expression .
    </pre>
    
    <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)
  9. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    openAPIV3Schema: properties: spec: description: 'Provides configuration for individual workloads. See more details at: https://istio.io/docs/reference/config/networking/proxy-config.html' properties: concurrency: description: The number of worker threads to run. nullable: true type: integer environmentVariables: additionalProperties: type: string description: Additional environment variables for the proxy. type: object image: description: Specifies the details of the proxy image. properties: imageType:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  10. src/encoding/json/testdata/code.json.gz

    max_t":1294950825,"mean_t":1294950825},{"name":"nss_util.h","kids":[],"cl_weight":0.3333333333333333,"touches":1,"min_t":1294950825,"max_t":1294950825,"mean_t":1294950825},{"name":"thread.h","kids":[],"cl_weight":1.5909090909090908,"touches":4,"min_t":1232670329,"max_t":1292534636,"mean_t":1276135390},{"name":"thread.cc","kids":[],"cl_weight":1,"touches":2,"min_t":1292527835,"max_t":1292534636,"mean_t":1292531235},{"name":"process_util_posix.cc","kids":[],"cl_weight":8.214959114959116,"touches":...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
Back to top