mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
[dev.typeparams] all: merge master (46fd547) into dev.typeparams
Conflicts: - src/go/types/check_test.go CL 324730 on dev.typeparams changed the directory paths in TestCheck, TestExamples, and TestFixedbugs and renamed checkFiles to testFiles; whereas CL 337529 on master added a new test case just above them and that used checkFiles. Merge List: + 2021-08-1246fd547d89internal/goversion: update Version to 1.18 + 2021-08-125805efc78edoc/go1.17: remove draft notice + 2021-08-1239634e7daeCONTRIBUTORS: update for the Go 1.17 release + 2021-08-12095bb790e1os/exec: re-enable LookPathTest/16 + 2021-08-11dea23e9ca8src/make.*: make --no-clean flag a no-op that prints a warning + 2021-08-11d4c0ed26acdoc/go1.17: linker passes -I to extld as -Wl,--dynamic-linker + 2021-08-101f9c9d8530doc: use "high address/low address" instead of "top/bottom" + 2021-08-09f1dce319ffcmd/go: with -mod=vendor, don't panic if there are duplicate requirements + 2021-08-097aeaad5c86runtime/cgo: when using msan explicitly unpoison cgoCallers + 2021-08-08507cc341ecdoc: add example for conversion from slice expressions to array ptr + 2021-08-07891547e2d4doc/go1.17: fix a typo introduced in CL 335135 + 2021-08-068eaf4d16bcmake.bash: do not overwrite GO_LDSO if already set + 2021-08-0663b968f4f8doc/go1.17: clarify Modules changes + 2021-08-0670546f6404runtime: allow arm64 SEH to be called if illegal instruction + 2021-08-05fd45e267c2runtime: warn that KeepAlive is not an unsafe.Pointer workaround + 2021-08-046e738868a7net/http: speed up and deflake TestCancelRequestWhenSharingConnection + 2021-08-028a7ee4c51eio/fs: don't use absolute path in DirEntry.Name doc + 2021-07-31b8ca6e59edall: gofmt + 2021-07-30b7a85e0003net/http/httputil: close incoming ReverseProxy request body + 2021-07-2970fd4e47d7runtime: avoid possible preemption when returning from Go to C + 2021-07-289eee0ed439cmd/go: fix go.mod file name printed in error messages for replacements + 2021-07-28b39e0f461cruntime: don't crash on nil pointers in checkptrAlignment + 2021-07-277cd10c1149cmd/go: use .mod instead of .zip to determine if version has go.mod file + 2021-07-27c8cf0f74e4cmd/go: add missing flag in UsageLine + 2021-07-277ba8e796c9testing: clarify T.Name returns a distinct name of the running test + 2021-07-2733ff155970go/types: preserve untyped constants on the RHS of a shift expression + 2021-07-26840e583ff3runtime: correct variable name in comment + 2021-07-26bfbb288574runtime: remove adjustTimers counter + 2021-07-269c81fd53b3cmd/vet: add missing copyright header Change-Id: Ia80604d24c6f4205265683024e3100769cf32065
This commit is contained in:
commit
a64ab8d3ec
52 changed files with 853 additions and 265 deletions
|
|
@ -727,12 +727,6 @@ type p struct {
|
|||
// Modified using atomic instructions.
|
||||
numTimers uint32
|
||||
|
||||
// Number of timerModifiedEarlier timers on P's heap.
|
||||
// This should only be modified while holding timersLock,
|
||||
// or while the timer status is in a transient state
|
||||
// such as timerModifying.
|
||||
adjustTimers uint32
|
||||
|
||||
// Number of timerDeleted timers in P's heap.
|
||||
// Modified using atomic instructions.
|
||||
deletedTimers uint32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue