]> Cypherpunks repositories - gostls13.git/commit
runtime: convert pendingPreemptSignals to atomic type
authorMichael Pratt <mpratt@google.com>
Thu, 14 Jul 2022 20:58:25 +0000 (16:58 -0400)
committerMichael Pratt <mpratt@google.com>
Fri, 12 Aug 2022 01:31:57 +0000 (01:31 +0000)
commit40fa2dabe0ee3a163c338dab1ea6036037287507
treea12db6097a2d8213da0f4a6b356456e26112b9a7
parenta5cd894318677359f6d07ee74f9004d28b4d164c
runtime: convert pendingPreemptSignals to atomic type

For #53821.

Change-Id: I106adbcb00b7b887d54001c2d7d97345a13cc662
Reviewed-on: https://go-review.googlesource.com/c/go/+/419436
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
src/runtime/proc.go
src/runtime/signal_unix.go