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
- Repository
- rL LLVM
Event Timeline
lib/tsan/rtl/tsan_interceptors_mac.cc | ||
---|---|---|
133 ↗ | (On Diff #51728) | add some spaces before the line |
lib/tsan/rtl/tsan_interceptors_mac.cc | ||
---|---|---|
133 ↗ | (On Diff #51728) | It's clang-format. It has hard times with REAL(x)(y) in general. |
lib/tsan/rtl/tsan_interceptors_mac.cc | ||
---|---|---|
133 ↗ | (On Diff #51728) | ack |