type golang.org/x/sys/unix.CPUSet

9 uses

	golang.org/x/sys/unix (current package)
		affinity_linux.go#L17: type CPUSet [cpuSetSize]cpuMask
		affinity_linux.go#L19: func schedAffinity(trap uintptr, pid int, set *CPUSet) error {
		affinity_linux.go#L29: func SchedGetaffinity(pid int, set *CPUSet) error {
		affinity_linux.go#L35: func SchedSetaffinity(pid int, set *CPUSet) error {
		affinity_linux.go#L40: func (s *CPUSet) Zero() {
		affinity_linux.go#L55: func (s *CPUSet) Set(cpu int) {
		affinity_linux.go#L63: func (s *CPUSet) Clear(cpu int) {
		affinity_linux.go#L71: func (s *CPUSet) IsSet(cpu int) bool {
		affinity_linux.go#L80: func (s *CPUSet) Count() int {