summaryrefslogtreecommitdiff
path: root/test/tsan/signal_reset.cc
AgeCommit message (Collapse)Author
2015-11-07[tsan] Turn lit test deadlocks into failures (OS X)Kuba Brecka
Several tests currently deadlock when the lit test suite is run on OS X. Let's mark them as unsupported. Differential Revision: http://reviews.llvm.org/D14443 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@252402 91177308-0d34-0410-b5e6-96231b3b80d8
2014-12-18tsan: fix data races between signal handler and sigactionDmitry Vyukov
signal handler reads sa_sigaction when a concurrent sigaction call can modify it as the result in could try to call SIG_DFL or a partially overwritten function pointer git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@224530 91177308-0d34-0410-b5e6-96231b3b80d8