summaryrefslogtreecommitdiff
path: root/test/tsan/signal_cond.cc
AgeCommit message (Expand)Author
2016-09-17[tsan] Update signal_cond.cc to write to stderr intead of stdoutKuba Brecka
2015-11-30[tsan] Change comments referencing code.google.com to point to GitHub instead...Kuba Brecka
2015-11-24[tsan] Replace pthread semaphore in signal_cond.cc with barrier_waitKuba Brecka
2015-04-08tsan: handle async signals while blocked in pthread_cond_waitDmitry Vyukov