[PATCH] D54521: tsan: Add pthread_tryjoin_np and pthread_timedjoin_np interceptors

Yuri Per via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 20 06:41:11 PST 2018


yuri updated this revision to Diff 174765.
yuri added a comment.

Added tests and fixed code, now it really works


https://reviews.llvm.org/D54521

Files:
  lib/sanitizer_common/sanitizer_thread_registry.cc
  lib/sanitizer_common/sanitizer_thread_registry.h
  lib/tsan/rtl/tsan_interceptors.cc
  lib/tsan/rtl/tsan_rtl.h
  lib/tsan/rtl/tsan_rtl_thread.cc
  test/tsan/Linux/thread_timedjoin.c
  test/tsan/Linux/thread_tryjoin.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54521.174765.patch
Type: text/x-patch
Size: 5284 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181120/9d491a76/attachment.bin>


More information about the llvm-commits mailing list