diff options
| author | Michael Pratt <mpratt@google.com> | 2022-07-19 13:34:29 -0400 |
|---|---|---|
| committer | Michael Pratt <mpratt@google.com> | 2022-08-12 01:39:14 +0000 |
| commit | b464708b463b104849a951af54352c8a894bfbc4 (patch) | |
| tree | bc894774b13c6e6b6379de20cfd3c3194b02c193 /src/runtime/align_runtime_test.go | |
| parent | bd302502d39b6172bf3db6abfa49fdcaa124ee50 (diff) | |
| download | go-b464708b463b104849a951af54352c8a894bfbc4.tar.xz | |
runtime: convert schedt.goidgen to atomic type
For #53821.
Change-Id: I84c96ade5982b8e68d1d1787bf1bfa16a17a4fb4
Reviewed-on: https://go-review.googlesource.com/c/go/+/419439
Reviewed-by: Austin Clements <austin@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Diffstat (limited to 'src/runtime/align_runtime_test.go')
| -rw-r--r-- | src/runtime/align_runtime_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/align_runtime_test.go b/src/runtime/align_runtime_test.go index de5a5c639c..18a3908fda 100644 --- a/src/runtime/align_runtime_test.go +++ b/src/runtime/align_runtime_test.go @@ -17,7 +17,6 @@ var AtomicFields = []uintptr{ unsafe.Offsetof(p{}.timer0When), unsafe.Offsetof(p{}.timerModifiedEarliest), unsafe.Offsetof(p{}.gcFractionalMarkTime), - unsafe.Offsetof(schedt{}.goidgen), unsafe.Offsetof(schedt{}.lastpoll), unsafe.Offsetof(schedt{}.pollUntil), unsafe.Offsetof(schedt{}.timeToRun), |
