llvm-project/compiler-rt/lib/tsan/tests/rtl
Kuba Brecka 5cbe122439 [tsan] Fix detached threads in unit tests on OS X
We need to call the intercepted version of pthread_detach. Secondly, PTHREAD_CREATE_JOINABLE and PTHREAD_CREATE_DETACHED are not 0 and 1 on OS X, so we need to properly pass these constants and not just a bool.

Differential Revision: http://reviews.llvm.org/D14837

llvm-svn: 253775
2015-11-21 12:41:36 +00:00
..
CMakeLists.txt [tsan] Rename tsan_test_util_linux.cc to tsan_test_util_posix.cc 2015-11-11 15:42:00 +00:00
tsan_bench.cc
tsan_mop.cc
tsan_mutex.cc
tsan_posix.cc [tsan] Replace new/delete with a local variable in ThreadSpecificDtors unit test 2015-11-19 17:50:07 +00:00
tsan_string.cc tsan: remove TSAN_SHADOW_COUNT 2015-01-19 15:01:07 +00:00
tsan_test.cc [tsan] Add TSan unit test support for OS X 2015-11-11 14:53:57 +00:00
tsan_test_util.h [tsan] Fix a typo in tsan_test_util.h 2015-11-13 20:42:57 +00:00
tsan_test_util_posix.cc [tsan] Fix detached threads in unit tests on OS X 2015-11-21 12:41:36 +00:00
tsan_thread.cc