diff options
| author | Keith Randall <khr@golang.org> | 2014-09-06 10:07:23 -0700 |
|---|---|---|
| committer | Keith Randall <khr@golang.org> | 2014-09-06 10:07:23 -0700 |
| commit | dbed4e9b4f60b25dd472da0dd46b398114acf2fe (patch) | |
| tree | c741949eb2110b3370ad59c7ef9d1a02d8ad4b37 /src/pkg/runtime/runtime.h | |
| parent | 0e19a3d6d073e70e8849011d673c68da8b5049b2 (diff) | |
| download | go-dbed4e9b4f60b25dd472da0dd46b398114acf2fe.tar.xz | |
runtime: get rid of other Go->C calls in test exports.
testSchedLocal* tests need to malloc now because their
stack frames are too big to fit on the G0 stack.
LGTM=iant
R=golang-codereviews, iant, khr
CC=golang-codereviews
https://golang.org/cl/133660043
Diffstat (limited to 'src/pkg/runtime/runtime.h')
| -rw-r--r-- | src/pkg/runtime/runtime.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/runtime/runtime.h b/src/pkg/runtime/runtime.h index 4f279db3fb..52796f6fe4 100644 --- a/src/pkg/runtime/runtime.h +++ b/src/pkg/runtime/runtime.h @@ -1060,7 +1060,6 @@ void runtime·procyield(uint32); void runtime·osyield(void); void runtime·lockOSThread(void); void runtime·unlockOSThread(void); -bool runtime·lockedOSThread(void); bool runtime·showframe(Func*, G*); void runtime·printcreatedby(G*); |
