diff options
Diffstat (limited to 'src/runtime/runtime2.go')
| -rw-r--r-- | src/runtime/runtime2.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/runtime2.go b/src/runtime/runtime2.go index eb9a1693ba..4fd5bba74d 100644 --- a/src/runtime/runtime2.go +++ b/src/runtime/runtime2.go @@ -562,6 +562,7 @@ type m struct { printlock int8 incgo bool // m is executing a cgo call isextra bool // m is an extra m + isExtraInC bool // m is an extra m that is not executing Go code freeWait atomic.Uint32 // Whether it is safe to free g0 and delete m (one of freeMRef, freeMStack, freeMWait) fastrand uint64 needextram bool |
