mirror of
				https://github.com/golang/go.git
				synced 2025-10-29 15:54:14 +00:00 
			
		
		
		
	
		
			
	
	
		
			16 lines
		
	
	
	
		
			389 B
		
	
	
	
		
			Go
		
	
	
	
	
	
		
		
			
		
	
	
			16 lines
		
	
	
	
		
			389 B
		
	
	
	
		
			Go
		
	
	
	
	
	
|   | // Copyright 2025 The Go Authors. All rights reserved. | ||
|  | // Use of this source code is governed by a BSD-style | ||
|  | // license that can be found in the LICENSE file. | ||
|  | 
 | ||
|  | package cgroup | ||
|  | 
 | ||
|  | var ContainsCPU = containsCPU | ||
|  | 
 | ||
|  | var ParseV1Number = parseV1Number | ||
|  | var ParseV2Limit = parseV2Limit | ||
|  | 
 | ||
|  | var ParseCPURelativePath = parseCPURelativePath | ||
|  | var ParseCPUMount = parseCPUMount | ||
|  | 
 | ||
|  | var UnescapePath = unescapePath |