func runtime.startTheWorldWithSema

5 uses

	runtime (current package)
		mgc.go#L1443: 		now = startTheWorldWithSema(trace.enabled)
		mgc.go#L1592: 			now := startTheWorldWithSema(true)
		mgc.go#L1746: 	systemstack(func() { startTheWorldWithSema(true) })
		proc.go#L1003: 	systemstack(func() { startTheWorldWithSema(false) })
		proc.go#L1151: func startTheWorldWithSema(emitTraceEvent bool) int64 {