Source file src/internal/runtime/cgroup/export_linux_test.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 var ContainsCPU = containsCPU 8 9 var ParseV1Number = parseV1Number 10 var ParseV2Limit = parseV2Limit 11 12 var ParseCPURelativePath = parseCPURelativePath 13 var ParseCPUMount = parseCPUMount 14 15 var UnescapePath = unescapePath 16