]> Cypherpunks repositories - gostls13.git/commit
runtime: convert runningPanicDefers to atomic type
authorMichael Pratt <mpratt@google.com>
Thu, 14 Jul 2022 21:29:29 +0000 (17:29 -0400)
committerMichael Pratt <mpratt@google.com>
Fri, 12 Aug 2022 01:38:41 +0000 (01:38 +0000)
commit7666ec1c99b2f8c88b42fb5462510cafce120a6f
tree2d5a8ab1ad531f3a7ac161319c8bcdf20a263878
parent40fa2dabe0ee3a163c338dab1ea6036037287507
runtime: convert runningPanicDefers to atomic type

For #53821.

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