4ec063fade
The man page for sched_setaffinity(2) states the following about the pid argument [1]: > If pid is zero, then the mask of the calling thread is returned. Thus the additional call to unix.Getpid can be omitted and pid = 0 passed to unix.SchedGetaffinity. [1] https://man7.org/linux/man-pages/man2/sched_setaffinity.2.html#DESCRIPTION Signed-off-by: Tobias Klauser <tklauser@distanz.ch> |
||
---|---|---|
.. | ||
cgroup2_linux.go | ||
numcpu.go | ||
numcpu_linux.go | ||
numcpu_other.go | ||
numcpu_windows.go | ||
sysinfo.go | ||
sysinfo_linux.go | ||
sysinfo_linux_test.go | ||
sysinfo_other.go | ||
sysinfo_test.go |