Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 20 for gcepd (0.06 sec)

  1. guava/src/com/google/common/util/concurrent/ExecutionSequencer.java

         * cancelled.
         */
        @CheckForNull Executor delegate;
    
        /**
         * Set before calling delegate.execute(); set to null once run, so that it can be GCed; this
         * object may live on after, if submitAsync returns an incomplete future.
         */
        @CheckForNull Runnable task;
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 01 21:46:34 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  2. platforms/core-configuration/kotlin-dsl-provider-plugins/src/main/kotlin/org/gradle/kotlin/dsl/provider/plugins/precompiled/tasks/GeneratePrecompiledScriptPluginAccessors.kt

            captureOutput.flush()
            super.flush()
        }
    
        fun stop() = safely {
            isCapturing!!.remove()
            // Give a chance for other threads' weak references to the local to be GCed if any
            isCapturing = null
        }
    
        private
        fun safely(block: () -> Unit) =
            try {
                synchronized(this, block)
            } catch (ex: InterruptedException) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 08:10:49 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  3. src/runtime/traceruntime.go

    	// N.B. Only one GC can be running at a time, so this is naturally
    	// serialized by the caller.
    	trace.seqGC++
    }
    
    // GCDone traces a GCEnd event.
    //
    // Must be emitted by an actively running goroutine on an active P. This restriction can be changed
    // easily and only depends on where it's currently called.
    func (tl traceLocker) GCDone() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 25.7K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/util/concurrent/ExecutionSequencer.java

         * cancelled.
         */
        @CheckForNull Executor delegate;
    
        /**
         * Set before calling delegate.execute(); set to null once run, so that it can be GCed; this
         * object may live on after, if submitAsync returns an incomplete future.
         */
        @CheckForNull Runnable task;
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 01 21:46:34 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  5. pilot/pkg/xds/ads_test.go

    	expectNonce(res.Nonce, v3.ClusterType)
    	// Types we are not subscribed to are also updated
    	expectNonce(res.Nonce, v3.RouteType)
    	// Ledger has no explicit close, only through GC, so we need to make sure it can be GCed
    	s.Env().SetLedger(nil)
    	s.Discovery.StatusReporter = nil
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 30 17:25:17 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  6. src/cmd/trace/testdata/go122.test

    GoStart dt=7 g=24 g_seq=13
    GoLabel dt=1 label_string=2
    STWBegin dt=4128 kind_string=23 stack=37
    GoUnblock dt=64 g=25 g_seq=8 stack=38
    HeapAlloc dt=25 heapalloc_value=16970376
    GoUnblock dt=24 g=3 g_seq=5 stack=39
    GCEnd dt=6 gc_seq=6
    HeapGoal dt=7 heapgoal_value=34360936
    ProcsChange dt=46 procs_value=8 stack=40
    STWEnd dt=49
    GoBlock dt=756 reason_string=15 stack=27
    GoStart dt=10 g=3 g_seq=6
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 17:15:58 UTC 2024
    - 166K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/util/concurrent/Futures.java

           */
          ListenableFuture<? extends T> inputFuture = requireNonNull(inputFutures[inputFutureIndex]);
          // Null out our reference to this future, so it can be GCed
          inputFutures[inputFutureIndex] = null;
          for (int i = delegateIndex; i < delegates.size(); i++) {
            if (delegates.get(i).setFuture(inputFuture)) {
              recordCompletion();
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  8. src/cmd/link/internal/ld/data.go

    	gcsToEmit := []struct {
    		symName string
    		symKind sym.SymKind
    		gcEnd   int64
    	}{
    		{"runtime.gcdata", sym.SDATA, dataGcEnd},
    		{"runtime.gcbss", sym.SBSS, bssGcEnd},
    	}
    	for _, g := range gcsToEmit {
    		var gc GCProg
    		gc.Init(ctxt, g.symName)
    		for _, s := range state.data[g.symKind] {
    			gc.AddSym(s)
    		}
    		gc.End(g.gcEnd)
    	}
    
    	/* pointer-free bss */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  9. guava/src/com/google/common/util/concurrent/Futures.java

           */
          ListenableFuture<? extends T> inputFuture = requireNonNull(inputFutures[inputFutureIndex]);
          // Null out our reference to this future, so it can be GCed
          inputFutures[inputFutureIndex] = null;
          for (int i = delegateIndex; i < delegates.size(); i++) {
            if (delegates.get(i).setFuture(inputFuture)) {
              recordCompletion();
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 64.1K bytes
    - Viewed (0)
  10. src/internal/trace/testdata/tests/go122-gc-stress.test

    GoUnblock dt=6 g=100 g_seq=6 stack=22
    GoUnblock dt=29 g=86 g_seq=6 stack=23
    HeapAlloc dt=53 heapalloc_value=103773088
    GoStatus dt=10 g=3 m=18446744073709551615 gstatus=4
    GoUnblock dt=7 g=3 g_seq=1 stack=24
    GCEnd dt=3 gc_seq=5
    HeapGoal dt=6 heapgoal_value=207987496
    ProcsChange dt=45 procs_value=48 stack=25
    STWEnd dt=399
    GoUnblock dt=5992 g=130 g_seq=6 stack=26
    GCMarkAssistEnd dt=9
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 139.1K bytes
    - Viewed (0)
Back to top