[all-commits] [llvm/llvm-project] 16eb85: [tsan] Add pthread_cond_clockwait interceptor
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Wed Nov 18 03:02:19 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 16eb853ffdd1a1ad7c95455b7795c5f004402e46
https://github.com/llvm/llvm-project/commit/16eb853ffdd1a1ad7c95455b7795c5f004402e46
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2020-11-18 (Wed, 18 Nov 2020)
Changed paths:
M compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
A compiler-rt/test/tsan/Linux/clockwait_double_lock.c
Log Message:
-----------
[tsan] Add pthread_cond_clockwait interceptor
Fixes https://github.com/google/sanitizers/issues/1259
Reviewed By: dvyukov
Differential Revision: https://reviews.llvm.org/D91684
More information about the All-commits
mailing list