Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for deferpool (0.17 sec)

  1. src/runtime/proc.go

    // previously destroyed p, and transitions it to status _Pgcstop.
    func (pp *p) init(id int32) {
    	pp.id = id
    	pp.status = _Pgcstop
    	pp.sudogcache = pp.sudogbuf[:0]
    	pp.deferpool = pp.deferpoolbuf[:0]
    	pp.wbBuf.reset()
    	if pp.mcache == nil {
    		if id == 0 {
    			if mcache0 == nil {
    				throw("missing mcache?")
    			}
    			// Use the bootstrap mcache0. Only one P will get
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
Back to top