Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for gcBgMarkPrepare (0.22 sec)

  1. src/runtime/mgc.go

    		// The worker is now guaranteed to be added to the pool before
    		// its P's next findRunnableGCWorker.
    
    		gcBgMarkWorkerCount++
    	}
    }
    
    // gcBgMarkPrepare sets up state for background marking.
    // Mutator assists must not yet be enabled.
    func gcBgMarkPrepare() {
    	// Background marking will stop when the work queues are empty
    	// and there are no more workers (note that, since this is
    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