aboutsummaryrefslogtreecommitdiff
path: root/unittests/Support/ManagedStatic.cpp
AgeCommit message (Expand)Author
2013-03-27Disable Initialize.MultipleThreads test under MemorySanitizer.Evgeniy Stepanov
2013-01-24unittests/SupportTests/Initialize.MultipleThreads: Enable pthread_attr_setsta...NAKAMURA Takumi
2013-01-24unittests/SupportTests/Initialize.MultipleThreads: Appease --vg-leak to alloc...NAKAMURA Takumi
2012-12-04Sort the #include lines for unittest/...Chandler Carruth
2011-11-14Fix Windows build, don't try to #include <pthread.h> when we know it's notNick Lewycky
2011-11-14Add support for tsan annotations (thread sanitizer, a valgrind-based tool).Nick Lewycky