func runtime.mcall

11 uses

	runtime (current package)
		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))