XPC APIs have async callbacks, and we need some more happen-before edges to avoid false positives. This patch add them, plus a test case (sorry for the long boilerplate code, but XPC just needs all that).
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D18493
[tsan] Add XPC support (OS X) ClosedPublic Authored by kubamracek on Mar 26 2016, 2:54 PM.
Details Summary XPC APIs have async callbacks, and we need some more happen-before edges to avoid false positives. This patch add them, plus a test case (sorry for the long boilerplate code, but XPC just needs all that).
Diff Detail Event Timelinekubamracek updated this object. This revision is now accepted and ready to land.Apr 5 2016, 1:00 AM
Closed by commit rL265661: [tsan] Add XPC support (OS X) (authored by kuba.brecka). · Explain WhyApr 7 2016, 4:52 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 51721 lib/tsan/rtl/tsan_interceptors_mac.cc
test/tsan/Darwin/xpc.mm
|
add some spaces before the line
or is it clang-format formatted?