Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for flushedWork (0.15 sec)

  1. src/runtime/mgc.go

    		pp.gcw.dispose()
    		// Collect the flushedWork flag.
    		if pp.gcw.flushedWork {
    			atomic.Xadd(&gcMarkDoneFlushed, 1)
    			pp.gcw.flushedWork = false
    		}
    	})
    
    	if gcMarkDoneFlushed != 0 {
    		// More grey objects were discovered since the
    		// previous termination check, so there may be more
    		// work to do. Keep going. It's possible the
    		// transition condition became true again during the
    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