func runtime.GOMAXPROCS

2 uses

	runtime (current package)
		debug.go#L16: func GOMAXPROCS(n int) int {

	sync
		pool.go#L229: 	size := runtime.GOMAXPROCS(0)