1
0
mirror of https://github.com/golang/go synced 2024-09-29 12:14:28 -06:00
go/misc/cgo/testcarchive
Ian Lance Taylor a7cad52e04 runtime: preserve signal stack when calling Go on C thread
When calling a Go function on a C thread, if the C thread already has an
alternate signal stack, use that signal stack instead of installing a
new one.

Update #9896.

Change-Id: I62aa3a6a4a1dc4040fca050757299c8e6736987c
Reviewed-on: https://go-review.googlesource.com/18108
Reviewed-by: Russ Cox <rsc@golang.org>
2016-01-06 23:11:42 +00:00
..
src runtime: preserve signal stack when calling Go on C thread 2016-01-06 23:11:42 +00:00
main2.c runtime: for c-archive/c-shared, don't install unnecessary signal handlers 2015-12-18 22:27:38 +00:00
main3.c runtime: disable a signal by restoring the original disposition 2016-01-05 00:25:50 +00:00
main4.c runtime: preserve signal stack when calling Go on C thread 2016-01-06 23:11:42 +00:00
main.c cmd/go: install headers for c-archive/c-shared cgo exports 2015-05-07 17:39:56 +00:00
test.bash runtime: preserve signal stack when calling Go on C thread 2016-01-06 23:11:42 +00:00