Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for forEachPInternal (0.12 sec)

  1. src/runtime/proc.go

    		// transition and handles it specially based on the
    		// wait reason.
    		casGToWaitingForGC(gp, _Grunning, reason)
    		forEachPInternal(fn)
    		casgstatus(gp, _Gwaiting, _Grunning)
    	})
    }
    
    // forEachPInternal calls fn(p) for every P p when p reaches a GC safe point.
    // It is the internal implementation of forEachP.
    //
    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