Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for gcBgMarkStartWorkers (0.57 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)
Back to top