]> Cypherpunks repositories - gostls13.git/commit
runtime: poll libc to deliver signals under TSAN
authorBryan C. Mills <bcmills@google.com>
Thu, 19 Jan 2017 21:09:10 +0000 (16:09 -0500)
committerBryan Mills <bcmills@google.com>
Wed, 8 Mar 2017 18:58:30 +0000 (18:58 +0000)
commit29edf0f9feb0e7412788a20e7d8d473270cb9342
tree79729212f998917d70ded0c35199096d3e6dd062
parentd71f36b5aa1eadc6cd86ada2c0d5dd621bd9fd82
runtime: poll libc to deliver signals under TSAN

fixes #18717

Change-Id: I7244463d2e7489e0b0fe3b74c4b782e71210beb2
Reviewed-on: https://go-review.googlesource.com/35494
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/cgo/testsanitizers/test.bash
misc/cgo/testsanitizers/tsan10.go [new file with mode: 0644]
src/runtime/cgo.go
src/runtime/cgo/callbacks.go
src/runtime/cgo/gcc_util.c
src/runtime/lock_futex.go
src/runtime/lock_sema.go
src/runtime/proc.go