go/misc/cgo/testcarchive/testdata
Michael Pratt 94850c6f79 Revert "runtime/cgo: store M for C-created thread in pthread key"
This reverts CL 481061.

Reason for revert: When built with C TSAN, x_cgo_getstackbound triggers
race detection on `g->stacklo` because the synchronization is in Go,
which isn't instrumented.

For #51676.
For #59294.
For #59678.

Change-Id: I38afcda9fcffd6537582a39a5214bc23dc147d47
Reviewed-on: https://go-review.googlesource.com/c/go/+/485275
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Michael Pratt <mpratt@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
2023-04-17 18:47:08 +00:00
..
libgo
libgo2 misc/cgo: gofmt 2023-04-10 22:32:33 +00:00
libgo3 misc/cgo: gofmt 2023-04-10 22:32:33 +00:00
libgo4 misc/cgo: gofmt 2023-04-10 22:32:33 +00:00
libgo6 all: update references to symbols moved from io/ioutil to io 2021-04-05 17:51:15 +00:00
libgo7
libgo8 runtime: install sigPreempt signal handler for c-archive/c-shared 2021-11-03 00:49:50 +00:00
p
main.c
main2.c
main3.c
main4.c
main5.c misc/cgo/testcarchive: permit SIGQUIT for TestSignalForwardingExternal 2022-08-19 23:07:11 +00:00
main6.c
main7.c
main8.c runtime: install sigPreempt signal handler for c-archive/c-shared 2021-11-03 00:49:50 +00:00
main_unix.c misc/cgo/testcarchive: don't use == for string equality in C code 2021-03-13 03:16:55 +00:00
main_windows.c