summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_thread_registry.h
Commit message (Expand)AuthorAgeFilesLines
* Dmitry Vyukov2019-02-131-0/+1
* Revert "tsan: add fiber support"Diana Picus2019-02-131-1/+0
* tsan: add fiber supportDmitry Vyukov2019-02-121-0/+1
* sanitizers: Introduce ThreadType enumDmitry Vyukov2019-02-071-3/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* tsan: add pthread_tryjoin_np and pthread_timedjoin_np interceptorsDmitry Vyukov2018-11-211-0/+1
* Prevent Thread Exited/Joined events raceKamil Rytarowski2017-11-261-0/+5
* [sanitizer] Introduce tid_t as a typedef for OS-provided thread IDsKuba Mracek2017-04-171-4/+4
* [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