Move internal deadlock detector from tsan to sanitizer_common
so that we can switch tsan to the new mutex and remove tsan's mutex.
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Paths
| Differential D106489
sanitizer_common: add deadlock detection to the Mutex2 AbandonedPublic Authored by vitalybuka on Jul 21 2021, 1:15 PM.
Details
Summary Move internal deadlock detector from tsan to sanitizer_common
Diff Detail
Unit TestsFailed Event Timelinevitalybuka added a child revision: D106490: tsan: rename test Mutex to UserMutex.Jul 21 2021, 1:15 PM
Revision Contents
Diff 360576 compiler-rt/lib/sanitizer_common/sanitizer_mutex.h
compiler-rt/lib/sanitizer_common/sanitizer_mutex.cpp
|