Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/runtime/mgcwork.go

    	// Other types of scan work are flushed immediately.
    	heapScanWork int64
    
    	// flushedWork indicates that a non-empty work buffer was
    	// flushed to the global work list since the last gcMarkDone
    	// termination check. Specifically, this indicates that this
    	// gcWork may have communicated work to another gcWork.
    	flushedWork bool
    }
    
    // Most of the methods of gcWork are go:nowritebarrierrec because the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 12.9K bytes
    - Viewed (0)
Back to top