llvm-project/compiler-rt/lib/tsan/tests
Dmitry Vyukov 3b37e8bf18 tsan: yet another attempt to fix pthread_cond interceptors
Make behavior introduced in r202820 conditional (under legacy_pthread_cond flag).
The new issue that we've hit with the satellite pthread_cond_t struct is
that pthread_condattr_getpshared does not work (satellite data is not shared between processes).
The idea is that most processes do not use pthread 2.2.5.
The rare ones that use (2.2.5 is dated by 2002) must specify legacy_pthread_cond=1
on their own risk.

llvm-svn: 204032
2014-03-17 07:51:53 +00:00
..
rtl [Sanitizer] Use different MemoryMappingLayout::DumpListOfModules on Linux and Mac. 2013-12-25 11:29:19 +00:00
unit tsan: yet another attempt to fix pthread_cond interceptors 2014-03-17 07:51:53 +00:00
CMakeLists.txt [CMake] break dependency between unit tests and runtimes in standalone build 2014-02-20 12:03:56 +00:00