runtime.g.gcscandone (field)

8 uses

	runtime (current package)
		mgc.go#L2234: 		gp.gcscandone = false // set to true in gcphasework
		mgcmark.go#L124: 		if !gp.gcscandone {
		mgcmark.go#L134: 		"gcscandone", gp.gcscandone)
		mgcmark.go#L227: 				gp.gcscandone = true
		mgcmark.go#L230: 			if gp.gcscandone {
		mgcmark.go#L234: 			gp.gcscandone = true
		proc.go#L4051: 		if writeBarrier.needed && !_g_.m.curg.gcscandone {
		runtime2.go#L441: 	gcscandone   bool // g has scanned stack; protected by _Gscan bit in status