We're missing interceptors for dispatch_after and dispatch_after_f. Let's add them to avoid false positives. Added a test case.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D20426
[tsan] Add support for GCD's dispatch_after and dispatch_after_f ClosedPublic Authored by kubamracek on May 19 2016, 5:45 AM.
Details Summary We're missing interceptors for dispatch_after and dispatch_after_f. Let's add them to avoid false positives. Added a test case.
Diff Detail
Event Timelinekubamracek retitled this revision from to [tsan] Add support for GCD's dispatch_after and dispatch_after_f. kubamracek updated this object. This revision is now accepted and ready to land.May 19 2016, 7:20 AM Closed by commit rL270071: [tsan] Add support for GCD's dispatch_after and dispatch_after_f (authored by kuba.brecka). · Explain WhyMay 19 2016, 8:38 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 57804 compiler-rt/trunk/lib/tsan/rtl/tsan_libdispatch_mac.cc
compiler-rt/trunk/test/tsan/Darwin/gcd-after.mm
|