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#L53: func (s *CPUSet) Set(cpu int) {
		affinity_linux.go#L61: func (s *CPUSet) Clear(cpu int) {
		affinity_linux.go#L69: func (s *CPUSet) IsSet(cpu int) bool {
		affinity_linux.go#L78: func (s *CPUSet) Count() int {