llvm-project/compiler-rt/lib/tsan
Dmitry Vyukov 099997540f tsan: fix epoll_pwait2 interceptor
epoll_pwait2 is new and may not be present in libc and/or kernel.
Since we effectively add it to libc (as will be probed by the program
using dlsym or a weak function pointer) we need to handle the case
when it's not present in the actual libc.

Reviewed By: melver

Differential Revision: https://reviews.llvm.org/D138929
2022-11-30 10:37:11 +01:00
..
benchmarks
dd [CMake] Use libcxx-abi-* targets for in-tree sanitizer C++ ABI 2022-10-09 03:35:59 +00:00
go [tsan][go] Fix string equal operator 2022-10-10 09:39:23 +08:00
rtl tsan: fix epoll_pwait2 interceptor 2022-11-30 10:37:11 +01:00
rtl-old [CMake] Use libcxx-abi-* targets for in-tree sanitizer C++ ABI 2022-10-09 03:35:59 +00:00
tests tsan: remove tracking of racy addresses 2022-07-25 10:33:26 +02:00
.clang-format Revert "sanitizers: increase .clang-format columns to 100" 2021-07-28 09:40:21 +02:00
CMakeLists.txt Revert "[CMake][compiler-rt] Clean up the use of libcxx and libcxxabi" 2022-06-25 03:10:55 +00:00
analyze_libtsan.sh [compiler-rt] Use portable "#!/usr/bin/env bash" shebang for tests. 2021-09-24 19:10:07 +05:30
check_analyze.sh tsan: new runtime (v3) 2021-12-13 12:48:34 +01:00
check_cmake.sh [compiler-rt] Use portable "#!/usr/bin/env bash" shebang for tests. 2021-09-24 19:10:07 +05:30