]> Cypherpunks repositories - gostls13.git/commit
runtime: clear preemptStop in dropm
authorIan Lance Taylor <iant@golang.org>
Sat, 2 Nov 2019 00:53:53 +0000 (17:53 -0700)
committerIan Lance Taylor <iant@golang.org>
Sat, 2 Nov 2019 05:52:33 +0000 (05:52 +0000)
commit8de0bb77ebc3408a586ad96a3c9ae9c231fd15a3
tree7551dae1f5b66dbfaf3ae19466838d9cc0653476
parent971ec8728e27a3a9e0b0b26413e2b994c828f86d
runtime: clear preemptStop in dropm

Updates #10958
Updates #24543
Fixes #35294

Change-Id: I60f024d08451565df6d9751dab9832b50cbf637a
Reviewed-on: https://go-review.googlesource.com/c/go/+/204957
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
misc/cgo/testcarchive/carchive_test.go
misc/cgo/testcarchive/testdata/libgo7/sink.go [new file with mode: 0644]
misc/cgo/testcarchive/testdata/main7.c [new file with mode: 0644]
src/runtime/proc.go