Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 92 of 92 for Idle (0.21 sec)

  1. src/runtime/export_test.go

    func RunSchedLocalQueueEmptyTest(iters int) {
    	// Test that runq is not spuriously reported as empty.
    	// Runq emptiness affects scheduling decisions and spurious emptiness
    	// can lead to underutilization (both runnable Gs and idle Ps coexist
    	// for arbitrary long time).
    	done := make(chan bool, 1)
    	p := new(p)
    	gs := make([]g, 2)
    	Escape(gs) // Ensure gs doesn't move, since we use guintptrs
    	ready := new(uint32)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:50:53 UTC 2024
    - 46.1K bytes
    - Viewed (0)
  2. src/internal/trace/testdata/tests/go122-annotations-stress.test

    EventBatch gen=1 m=18446744073709551615 time=2753925243266 size=3466
    Strings
    String id=1
    	data="Not worker"
    String id=2
    	data="GC (dedicated)"
    String id=3
    	data="GC (fractional)"
    String id=4
    	data="GC (idle)"
    String id=5
    	data="unspecified"
    String id=6
    	data="forever"
    String id=7
    	data="network"
    String id=8
    	data="select"
    String id=9
    	data="sync.(*Cond).Wait"
    String id=10
    	data="sync"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 38.3K bytes
    - Viewed (0)
Back to top