//go:build !linux package cpu // WithPinnedThread is a no-op shim on non-Linux platforms. func WithPinnedThread(fn func()) { fn() }