diff options
| author | Dmitriy Vyukov <dvyukov@google.com> | 2011-07-21 11:29:08 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2011-07-21 11:29:08 -0400 |
| commit | d6ed1b70ade474a901eb5deaf00e536d26a6ccd6 (patch) | |
| tree | c7ee82408a7c5af953cbf94b10ca8b9780a79a7a /src/pkg/runtime/runtime.h | |
| parent | 6c46afdf413582f37ddebdb6b53923ef2a299610 (diff) | |
| download | go-d6ed1b70ade474a901eb5deaf00e536d26a6ccd6.tar.xz | |
runtime: replace centralized ncgocall counter with a distributed one
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4809042
Diffstat (limited to 'src/pkg/runtime/runtime.h')
| -rw-r--r-- | src/pkg/runtime/runtime.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/runtime/runtime.h b/src/pkg/runtime/runtime.h index ef0cc00f94..50c2b0eeca 100644 --- a/src/pkg/runtime/runtime.h +++ b/src/pkg/runtime/runtime.h @@ -231,6 +231,7 @@ struct M int32 dying; int32 profilehz; uint32 fastrand; + uint64 ncgocall; Note havenextg; G* nextg; M* alllink; // on allm |
