summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_interceptors.h
AgeCommit message (Expand)Author
2017-11-20Try to fix syntax for !NetBSD in TSAN_INTERCEPTORsKamil Rytarowski
2017-11-20Handle NetBSD specific indirection of libpthread functionsKamil Rytarowski
2017-04-21[tsan] Ignore memory accesses for libignored modules for "external" racesKuba Mracek
2017-01-11[tsan] Implement a 'ignore_noninstrumented_modules' flag to better suppress f...Kuba Mracek
2016-06-06[tsan] Switch to InternalAlloc everywhere __libc_malloc is currently usedKuba Brecka
2016-01-15[tsan] Store the pointer to ThreadState in TLS slot on Android.Yabin Cui
2015-12-18[tsan] Fix scoping of ScopedInteceptor in libdispatch supportKuba Brecka
2015-11-19[tsan] Handle dispatch_once on OS XKuba Brecka
2015-04-27[TSan] Move new/delete interceptors into a separate source file. NFC.Alexey Samsonov
2012-12-05tsan: remove unnecesary include fileDmitry Vyukov
2012-12-04tsan: better error message if we fail to intercept some functionDmitry Vyukov
2012-09-24[TSan] Provide replacements for operators new/delete instead of declaring ext...Alexey Samsonov