var runtime.allgs

17 uses

	runtime (current package)
		heapdump.go#L408: 		gp := allgs[i]
		mgc.go#L2233: 	for _, gp := range allgs {
		mgcmark.go#L123: 		gp = allgs[i]
		mgcmark.go#L192: 			gp = allgs[i-baseStacks]
		mprof.go#L735: 	for _, gp1 := range allgs {
		mprof.go#L760: 		for _, gp1 := range allgs {
		proc.go#L500: 	allgs    []*g
		proc.go#L524: 	allgs = append(allgs, gp)
		proc.go#L525: 	if &allgs[0] != allgptr {
		proc.go#L526: 		atomicstorep(unsafe.Pointer(&allgptr), unsafe.Pointer(&allgs[0]))
		proc.go#L528: 	atomic.Storeuintptr(&allglen, uintptr(len(allgs)))
		proc.go#L5031: 	for i := 0; i < len(allgs); i++ {
		proc.go#L5032: 		gp := allgs[i]
		proc.go#L5452: 	for gi := 0; gi < len(allgs); gi++ {
		proc.go#L5453: 		gp := allgs[gi]
		trace.go#L224: 	for _, gp := range allgs {