This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from ffc98df94 Add header <atomic> which is needed to compile with some olde [...] new 1a48cabb3 tsan: add pthread_tryjoin_np and pthread_timedjoin_np interceptors
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/sanitizer_common/sanitizer_thread_registry.cc | 11 ++++++ lib/sanitizer_common/sanitizer_thread_registry.h | 1 + lib/tsan/rtl/tsan_interceptors.cc | 33 ++++++++++++++++++ lib/tsan/rtl/tsan_rtl.h | 1 + lib/tsan/rtl/tsan_rtl_thread.cc | 6 ++++ test/tsan/Linux/thread_timedjoin.c | 39 +++++++++++++++++++++ test/tsan/Linux/thread_tryjoin.c | 41 +++++++++++++++++++++++ 7 files changed, 132 insertions(+) create mode 100644 test/tsan/Linux/thread_timedjoin.c create mode 100644 test/tsan/Linux/thread_tryjoin.c