[PATCH] D72549: [TSan] Register threads created via pthread_create_from_mach_thread

Julian Lettner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 13 10:07:13 PST 2020


yln updated this revision to Diff 237719.
yln marked an inline comment as done.
yln added a comment.

Fixed signature of `pthread_setspecific_introspection_np` and added
`CHECK_EQ(res, 0);` to ensure the call to it succeeds.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72549/new/

https://reviews.llvm.org/D72549

Files:
  compiler-rt/lib/tsan/rtl/tsan_platform_mac.cpp
  compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
  compiler-rt/lib/tsan/rtl/tsan_rtl.h
  compiler-rt/test/tsan/Darwin/mach-thread.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72549.237719.patch
Type: text/x-patch
Size: 11169 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200113/4c3be3fb/attachment.bin>


More information about the llvm-commits mailing list