func runtime.stopTheWorldGC

5 uses

	runtime (current package)
		debug.go#L28: 	stopTheWorldGC("GOMAXPROCS")
		proc.go#L1029: func stopTheWorldGC(reason string) {
		proc.go#L1574: 	stopTheWorldGC("doAllThreadsSyscall")
		trace.go#L189: 	stopTheWorldGC("start tracing")
		trace.go#L286: 	stopTheWorldGC("stop tracing")