summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/rtl/tsan_interceptors.h
Commit message (Expand)AuthorAgeFilesLines
* Dmitry Vyukov2019-02-131-0/+2
* Revert "tsan: add fiber support"Diana Picus2019-02-131-2/+0
* tsan: add fiber supportDmitry Vyukov2019-02-121-0/+2
* tsan: Introduce in_symbolizer() function for Thread sanitizerDmitry Vyukov2019-02-121-0/+6
* Handle NetBSD alias for pthread_sigmaskKamil Rytarowski2018-10-301-0/+4
* Try to fix syntax for !NetBSD in TSAN_INTERCEPTORsKamil Rytarowski2017-11-201-2/+2
* Handle NetBSD specific indirection of libpthread functionsKamil Rytarowski2017-11-201-0/+12
* [tsan] Ignore memory accesses for libignored modules for "external" racesKuba Mracek2017-04-211-0/+2
* [tsan] Implement a 'ignore_noninstrumented_modules' flag to better suppress f...Kuba Mracek2017-01-111-4/+5
* [tsan] Switch to InternalAlloc everywhere __libc_malloc is currently usedKuba Brecka2016-06-061-8/+0
* [tsan] Store the pointer to ThreadState in TLS slot on Android.Yabin Cui2016-01-151-1/+1
* [tsan] Fix scoping of ScopedInteceptor in libdispatch supportKuba Brecka2015-12-181-0/+8
* [tsan] Handle dispatch_once on OS XKuba Brecka2015-11-191-0/+12
* [TSan] Move new/delete interceptors into a separate source file. NFC.Alexey Samsonov2015-04-271-0/+37
* tsan: remove unnecesary include fileDmitry Vyukov2012-12-051-58/+0
* tsan: better error message if we fail to intercept some functionDmitry Vyukov2012-12-041-0/+4
* [TSan] Provide replacements for operators new/delete instead of declaring ext...Alexey Samsonov2012-09-241-0/+54
OpenPOWER on IntegriCloud