]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: convert panicking to atomic type
authorMichael Pratt <mpratt@google.com>
Thu, 14 Jul 2022 21:36:59 +0000 (17:36 -0400)
committerMichael Pratt <mpratt@google.com>
Fri, 12 Aug 2022 01:38:55 +0000 (01:38 +0000)
commitbd302502d39b6172bf3db6abfa49fdcaa124ee50
tree3b5ad6d467a4f529f8416d6989c880a7f28d27d7
parent7666ec1c99b2f8c88b42fb5462510cafce120a6f
runtime: convert panicking to atomic type

For #53821.

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