Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for racegostart (0.23 sec)

  1. src/runtime/proc.go

    	mp.isextra = true
    	// mark we are in C by default.
    	mp.isExtraInC = true
    	mp.lockedInt++
    	mp.lockedg.set(gp)
    	gp.lockedm.set(mp)
    	gp.goid = sched.goidgen.Add(1)
    	if raceenabled {
    		gp.racectx = racegostart(abi.FuncPCABIInternal(newextram) + sys.PCQuantum)
    	}
    	// put on allg for garbage collector
    	allgadd(gp)
    
    	// gp is now on the allg list, but we don't want it to be
    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