summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_thread_registry.h
Commit message (Expand)AuthorAgeFilesLines
* [tsan] Properly describe GCD worker threads in reportsKuba Mracek2017-02-021-2/+3
* [sanitizer] Fix Clang-tidy modernize-use-nullptr warnings in lib/sanitizer_co...Kostya Serebryany2015-09-291-4/+4
* tsan: address comments in r214912Dmitry Vyukov2014-09-021-1/+0
* tsan: allocate vector clocks using slab allocatorDmitry Vyukov2014-08-051-0/+2
* tsan: fix vector clocksDmitry Vyukov2014-04-111-2/+3
* tsan/asan: support pthread_setname_np to set thread namesDmitry Vyukov2013-10-291-0/+1
* [sanitizer] Move FindThreadByOSIdLocked from lsan to sanitizer_common.Sergey Matveev2013-05-271-1/+2
* [Sanitizer] Compile sanitizer runtimes with -Wno-non-virtual-dtor. Virtual dt...Alexey Samsonov2013-03-251-4/+1
* tsan: flush dead thread info earlier (when another thread is finished rather ...Dmitry Vyukov2013-03-191-2/+6
* tsan: fix clang -Wall buildDmitry Vyukov2013-03-181-0/+3
* tsan: fix Go buildDmitry Vyukov2013-03-181-1/+1
* [Sanitizer] Build sanitizer_common tests w/o RTTI. Move ThreadRegistry class ...Alexey Samsonov2013-03-151-18/+18
* Fix a virtual destructor warning.Eric Christopher2013-03-151-0/+1
* [Sanitizer] Fix compiler warnings and style issues in sanitizer_common tests....Alexey Samsonov2013-03-141-1/+2
* [Sanitizer] Add generic ThreadRegistry class for sanitizer runtimes. This cla...Alexey Samsonov2013-03-141-0/+138