summaryrefslogtreecommitdiff
path: root/lib/tsan/dd/dd_interceptors.cc
AgeCommit message (Expand)Author
2017-07-11Refactor MemoryMappingLayout::Next to use a single struct instead of output p...Francis Ricci
2016-06-06[tsan] Switch to InternalAlloc everywhere __libc_malloc is currently usedKuba Brecka
2014-03-19tsan: use attribute instead of compiler flag for tls-model=initial-exec as as...Dmitry Vyukov
2014-03-18tsan: deadlock detector: add ability to ignore destruction of global mutexesDmitry Vyukov
2014-03-18tsan: lazily initialize deadlock detector runtimeDmitry Vyukov
2014-03-18tsan: add missing interceptor for embed symbolizerDmitry Vyukov
2014-03-05tsan: implement new version of standalong deadlock detectorDmitry Vyukov
2014-03-05tsan: add interceptors for pthread_spinlock_t and ptread_rwlock_t for deadloc...Dmitry Vyukov
2014-03-04tsan: add dynamic library target for standalone deadlock detectorDmitry Vyukov
2014-02-28tsan: add standalone deadlock detectorDmitry Vyukov