Home | History | Annotate | Download | only in runtime

Lines Matching defs:runtime

6 Package runtime contains operations that interact with Go's runtime system,
21 The runtime/debug package's SetGCPercent function allows changing this
22 percentage at run time. See https://golang.org/pkg/runtime/debug/#SetGCPercent.
24 The GODEBUG variable controls debugging variables within the runtime.
88 runtime.GC() call and all phases are STW.
105 memprofilerate: setting memprofilerate=X will update the value of runtime.MemProfileRate.
138 program fails due to an unrecovered panic or an unexpected runtime condition.
153 The runtime/debug package's SetTraceback function allows increasing the
156 See https://golang.org/pkg/runtime/debug/#SetTraceback.
165 package runtime
167 import "runtime/internal/sys"
218 // runtime.callers uses pc.array==nil as a signal