Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for gcBgMarkStartWorkers (0.45 sec)

  1. src/runtime/mgc.go

    		Gosched()
    	}
    }
    
    // gcBgMarkStartWorkers prepares background mark worker goroutines. These
    // goroutines will not run until the mark phase, but they must be started while
    // the work is not stopped and from a regular G stack. The caller must hold
    // worldsema.
    func gcBgMarkStartWorkers() {
    	// Background marking is performed by per-P G's. Ensure that each P has
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62K bytes
    - Viewed (0)
  2. src/cmd/trace/testdata/go122.test

    	data="runtime.chanrecv1"
    String id=103
    	data="runtime.traceStartReadCPU"
    String id=104
    	data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/trace2cpu.go"
    String id=105
    	data="runtime.gcBgMarkStartWorkers"
    String id=106
    	data="runtime.gcStart"
    String id=107
    	data="runtime.gcBgMarkWorker"
    String id=108
    	data="internal/poll.(*FD).Accept"
    String id=109
    	data="net.(*netFD).accept"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 17:15:58 UTC 2024
    - 166K bytes
    - Viewed (0)
Back to top