]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: convert timer0When/timerModifiedEarliest to atomic.Int64
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Wed, 17 Aug 2022 17:21:36 +0000 (00:21 +0700)
committerGopher Robot <gobot@golang.org>
Thu, 18 Aug 2022 17:09:37 +0000 (17:09 +0000)
commitc82bbc0e8edbbebe47e92729e8f3f1b60d380b5b
tree4d4cffb35637aa3fc3d630c610a0b56874b25848
parent03e1870b635dbfa54b6ee3624c435daf2a6b3b1f
runtime: convert timer0When/timerModifiedEarliest to atomic.Int64

So they match with when/nextwhen fields of timer struct.

Updates #53821

Change-Id: Iad0cceb129796745774facfbbfe5756df3a320b4
Reviewed-on: https://go-review.googlesource.com/c/go/+/423117
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
src/runtime/proc.go
src/runtime/runtime2.go
src/runtime/time.go