Source file src/internal/runtime/cgroup/runtime.go
1 // Copyright 2025 The Go Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 package cgroup 6 7 import ( 8 _ "unsafe" // for linkname 9 ) 10 11 // Functions below pushed from runtime. 12 13 //go:linkname throw 14 func throw(s string) 15