go/src/runtime/runtime_linux_test.go

var (
	pid
	tid
)

func init() {}

func TestLockOSThread(t *testing.T) {}

// Test that error values are negative.
// Use a misaligned pointer to get -EINVAL.
func TestMincoreErrorSign(t *testing.T) {}

func TestKernelStructSize(t *testing.T) {}