runtime.g.throwsplit (field)

7 uses

	runtime (current package)
		proc.go#L3510: 	_g_.throwsplit = true
		proc.go#L3601: 	_g_.throwsplit = true
		proc.go#L3691: 		_g_.throwsplit = false
		proc.go#L3728: 	_g_.throwsplit = false
		runtime2.go#L442: 	throwsplit   bool // must not split stack
		signal_unix.go#L565: 	if c.sigcode() != _SI_USER && flags&_SigPanic != 0 && gp.throwsplit {
		stack.go#L953: 	if thisg.m.curg.throwsplit {