diff options
Diffstat (limited to 'src/runtime/runtime2.go')
| -rw-r--r-- | src/runtime/runtime2.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/runtime/runtime2.go b/src/runtime/runtime2.go index b5d2dcefad..c5d15754ec 100644 --- a/src/runtime/runtime2.go +++ b/src/runtime/runtime2.go @@ -792,7 +792,8 @@ type schedt struct { nmsys int32 // number of system m's not counted for deadlock nmfreed int64 // cumulative number of freed m's - ngsys atomic.Int32 // number of system goroutines + ngsys atomic.Int32 // number of system goroutines + nGsyscallNoP atomic.Int32 // number of goroutines in syscalls without a P pidle puintptr // idle p's npidle atomic.Int32 |
