Ai
1 Star 3 Fork 0

TimAndy/routine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
runtime.go 299 Bytes
一键复制 编辑 原始数据 按行查看 历史
package routine
import (
"reflect"
_ "unsafe"
_ "github.com/timandy/routine/g"
)
// getgp returns the pointer to the current runtime.g.
//
//go:linkname getgp runtime.getgp
func getgp() *g
// getgt returns the type of runtime.g.
//
//go:linkname getgt runtime.getgt
func getgt() reflect.Type
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/timandy/routine.git
git@gitee.com:timandy/routine.git
timandy
routine
routine
main

搜索帮助