diff options
Diffstat (limited to 'pkg/sleep/commit_asm.go')
-rw-r--r-- | pkg/sleep/commit_asm.go | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pkg/sleep/commit_asm.go b/pkg/sleep/commit_asm.go new file mode 100644 index 000000000..b7589dfef --- /dev/null +++ b/pkg/sleep/commit_asm.go @@ -0,0 +1,10 @@ +// Copyright 2017 The Netstack Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +// +build amd64 + +package sleep + +// See commit_noasm.go for a description of commitSleep. +func commitSleep(g uintptr, waitingG *uintptr) bool |