mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
runtime: convert note to Go
Note is required for timers and heap scavenger. LGTM=rsc R=golang-codereviews, rsc CC=golang-codereviews, khr, rlh https://golang.org/cl/128620043
This commit is contained in:
parent
f4485784f0
commit
afb2260491
7 changed files with 108 additions and 2 deletions
|
|
@ -19,7 +19,6 @@ var Fintto64 = fintto64
|
|||
var F64toint = f64toint
|
||||
|
||||
func entersyscall()
|
||||
func exitsyscall()
|
||||
func golockedOSThread() bool
|
||||
func stackguard() (sp, limit uintptr)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue