func runtime.mcall

13 uses

	runtime (current package)
		debugcall.go#L153: 	mcall(func(gp *g) {
		debugcall.go#L195: 	mcall(func(gp *g) {
		panic.go#L998: 				mcall(recovery)
		panic.go#L1054: 			mcall(recovery)
		preempt.go#L306: 		mcall(preemptPark)
		preempt.go#L308: 		mcall(gopreempt_m)
		proc.go#L292: 	mcall(gosched_m)
		proc.go#L299: 	mcall(goschedguarded_m)
		proc.go#L336: 	mcall(park_m)
		proc.go#L3350: 	mcall(goyield_m)
		proc.go#L3372: 	mcall(goexit0)
		proc.go#L3718: 	mcall(exitsyscall0)
		stubs.go#L34: func mcall(fn func(*g))