mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
[dev.typeparams] all: merge master (798ec73) into dev.typeparams
Merge List: + 2021-07-22798ec73519runtime: don't clear timerModifiedEarliest if adjustTimers is 0 + 2021-07-22fdb45acd1fruntime: move mem profile sampling into m-acquired section + 2021-07-213e48c0381freflect: add missing copyright header + 2021-07-2148c88f1b1breflect: add Value.CanConvert + 2021-07-209e26569293cmd/go: don't add C compiler ID to hash for standard library + 2021-07-20d568e6e075runtime/debug: skip TestPanicOnFault on netbsd/arm Change-Id: I87e1cd4614bb3b00807f18dfdd02664dcaecaebd
This commit is contained in:
commit
a27e325c59
13 changed files with 138 additions and 19 deletions
|
|
@ -681,7 +681,7 @@ type p struct {
|
|||
// timerModifiedEarlier status. Because the timer may have been
|
||||
// modified again, there need not be any timer with this value.
|
||||
// This is updated using atomic functions.
|
||||
// This is 0 if the value is unknown.
|
||||
// This is 0 if there are no timerModifiedEarlier timers.
|
||||
timerModifiedEarliest uint64
|
||||
|
||||
// Per-P GC state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue