]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: convert p.timerModifiedEarliest to atomic type
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Wed, 17 Aug 2022 07:59:57 +0000 (14:59 +0700)
committerCuong Manh Le <cuong.manhle.vn@gmail.com>
Thu, 18 Aug 2022 01:46:15 +0000 (01:46 +0000)
commitbb5d656a3ac78575d9e2c9bed026cc1756fab179
treec8aeb18704bf0d9ae4c242137d224819094cda5d
parentb30ba3df9ff8969f934bec5016cfce4b91f6ea5b
runtime: convert p.timerModifiedEarliest to atomic type

Updates #53821

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