diff options
Diffstat (limited to 'src/pkg/runtime/proc.c')
| -rw-r--r-- | src/pkg/runtime/proc.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/pkg/runtime/proc.c b/src/pkg/runtime/proc.c index 5219071b9a..cd66bcecdb 100644 --- a/src/pkg/runtime/proc.c +++ b/src/pkg/runtime/proc.c @@ -24,6 +24,13 @@ static int32 debug = 0; int32 runtime·gcwaiting; +G* runtime·allg; +G* runtime·lastg; +M* runtime·allm; + +int8* runtime·goos; +int32 runtime·ncpu; + // Go scheduler // // The go scheduler's job is to match ready-to-run goroutines (`g's) |
