]> Cypherpunks repositories - gostls13.git/commit
runtime: convert m.preemptGen to atomic type
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Wed, 17 Aug 2022 10:36:12 +0000 (17:36 +0700)
committerCuong Manh Le <cuong.manhle.vn@gmail.com>
Wed, 17 Aug 2022 17:47:37 +0000 (17:47 +0000)
commitbc805795bd28ae4cd1a70b3053a3a71668bfef87
tree248cdbc68eb93d56c98cf391a38b89ac36adbb07
parent7e7ecf5cbbd5c0b61e693a65c865bf372fc2ea80
runtime: convert m.preemptGen to atomic type

Updates #53821

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