func runtime.isSweepDone

4 uses

	runtime (current package)
		mgc.go#L880: 		if !isSweepDone() {
		mgc.go#L919: 	if isSweepDone() {
		mgcsweep.go#L174: 		if !isSweepDone() {
		mgcsweep.go#L280: func isSweepDone() bool {