]> Cypherpunks.ru repositories - gostls13.git/commit
runtime/cgo: add tsan sync for traceback function
authorIan Lance Taylor <iant@golang.org>
Wed, 8 Mar 2023 04:27:59 +0000 (20:27 -0800)
committerGopher Robot <gobot@golang.org>
Wed, 8 Mar 2023 20:11:59 +0000 (20:11 +0000)
commit618fb4ab068272cc87b137d9fc527210be4b8ad2
tree690ef06a2fb231e639e5ba7f3c4a617d1fa574fe
parent54d05e4e252298724c5615ea2a4e36f2151b22ce
runtime/cgo: add tsan sync for traceback function

Change-Id: Ifb8d64f18b67c8b712feec29ffb6719c6e9718ec
Reviewed-on: https://go-review.googlesource.com/c/go/+/474198
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
misc/cgo/testsanitizers/testdata/tsan13.go [new file with mode: 0644]
misc/cgo/testsanitizers/tsan_test.go
src/runtime/cgo/gcc_traceback.c