[tsan] Add interceptor for pthread_cond_timedwait_relative_np
On OS X, we have pthread_cond_timedwait_relative_np. TSan needs to intercept this API to avoid false positives when using condition variables. Differential Revision: http://reviews.llvm.org/D18184 llvm-svn: 263782
Loading
Please sign in to comment