summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_mutex.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* tsan: fix a crashDmitry Vyukov2016-05-061-0/+1
* tsan: speed up race deduplicationDmitry Vyukov2015-09-031-0/+2
* Remove TSAN_DEBUG in favor of SANITIZER_DEBUG.Alexey Samsonov2015-01-031-1/+1
* tsan: refactor storage of meta information for heap blocks and sync objectsDmitry Vyukov2014-05-291-0/+5
* tsan: fix internal deadlock detector for external deadlock detectorDmitry Vyukov2014-02-271-1/+1
* [tsan] add coarse-grained lock around the DeadlockDetector. We can do better ...Kostya Serebryany2014-02-211-0/+1
* [tsan] rudimentary support for deadlock detector in tsan (nothing really work...Kostya Serebryany2014-02-141-2/+2
* tsan: update mutex table for javaDmitry Vyukov2012-12-211-1/+1
* tsan: java interface implementation skeletonDmitry Vyukov2012-12-201-0/+1
* tsan: add mutexsets to reportsDmitry Vyukov2012-12-061-0/+1
* [TSan] fix a bunch of warnings reported by pedantic gccAlexey Samsonov2012-09-131-1/+1
* tsan: use stack depot to describe heap blocksDmitry Vyukov2012-08-301-0/+2
* tsan/asan: unify ScopedLockDmitry Vyukov2012-06-291-23/+3
* tsan/asan: unify atomics (move atomics from tsan to sanitizer_common)Dmitry Vyukov2012-06-291-1/+1
* [tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany2012-05-101-0/+98