tsan: add an additional test for signal handlers
authorDmitry Vyukov <dvyukov@google.com>
Thu, 18 Dec 2014 18:40:52 +0000 (18:40 +0000)
committerDmitry Vyukov <dvyukov@google.com>
Thu, 18 Dec 2014 18:40:52 +0000 (18:40 +0000)
commit76d629744b6fc954720e3eb20a1966a56904f4e8
treed01874c9e4faa70bade8065112120d15e954c46d
parentf6fab7adcfbaa8cff6c938a7ca05d1fc8604df78
tsan: add an additional test for signal handlers

the test passes now, but signal handling during thread creation
and shutdown is tricky

llvm-svn: 224532
compiler-rt/test/tsan/signal_thread.cc [new file with mode: 0644]