type golang.org/x/sys/unix.CPUSet
10 uses
golang.org/x/sys/unix (current package)
affinity_linux.go#L21: type CPUSet [cpuSetSize]cpuMask
affinity_linux.go#L37: func SchedGetaffinity(pid int, set *CPUSet) error {
affinity_linux.go#L43: func SchedSetaffinity(pid int, set *CPUSet) error {
affinity_linux.go#L48: func (s *CPUSet) Zero() {
affinity_linux.go#L55: func (s *CPUSet) Fill() {
affinity_linux.go#L104: func (s *CPUSet) Set(cpu int) {
affinity_linux.go#L109: func (s *CPUSet) Clear(cpu int) {
affinity_linux.go#L114: func (s *CPUSet) IsSet(cpu int) bool {
affinity_linux.go#L119: func (s *CPUSet) Count() int {
syscall_linux.go#L2567: func SetMemPolicy(mode int, mask *CPUSet) error {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)