On OS X, we have pthread_cond_timedwait_relative_np. TSan needs to intercept this API to avoid false positives when using condition variables.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/tsan/rtl/tsan_interceptors.cc | ||
---|---|---|
1104 ↗ | (On Diff #50726) | Can this be a function instead of a macro? |