[PATCH] D18722: [tsan] Add interceptors for dispatch_apply

Kuba Brecka via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 2 02:42:25 PDT 2016


kubabrecka created this revision.
kubabrecka added reviewers: dvyukov, kcc, glider, samsonov.
kubabrecka added subscribers: llvm-commits, zaks.anna, dcoughlin.

Adding an interceptor with two more release+acquire pairs to avoid false positives with dispatch_apply.

http://reviews.llvm.org/D18722

Files:
  lib/tsan/rtl/tsan_libdispatch_mac.cc
  test/tsan/Darwin/gcd-apply-race.mm
  test/tsan/Darwin/gcd-apply.mm

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18722.52459.patch
Type: text/x-patch
Size: 3696 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160402/85d389b5/attachment.bin>


More information about the llvm-commits mailing list