Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/runtime/proc.go

    		gp.racectx, raceprocctx0 = raceinit()
    	}
    
    	sched.maxmcount = 10000
    	crashFD.Store(^uintptr(0))
    
    	// The world starts stopped.
    	worldStopped()
    
    	ticks.init() // run as early as possible
    	moduledataverify()
    	stackinit()
    	mallocinit()
    	godebug := getGodebugEarly()
    	cpuinit(godebug) // must run before alginit
    	randinit()       // must run before alginit, mcommoninit
    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