Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _GCoff (0.31 sec)

  1. src/runtime/proc.go

    		globrunqputhead(pp.runnext.ptr())
    		pp.runnext = 0
    	}
    
    	// Move all timers to the local P.
    	getg().m.p.ptr().timers.take(&pp.timers)
    
    	// Flush p's write barrier buffer.
    	if gcphase != _GCoff {
    		wbBufFlush1(pp)
    		pp.gcw.dispose()
    	}
    	for i := range pp.sudogbuf {
    		pp.sudogbuf[i] = nil
    	}
    	pp.sudogcache = pp.sudogbuf[:0]
    	pp.pinnerCache = nil
    	for j := range pp.deferpoolbuf {
    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