summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_thread_registry.cc
Commit message (Expand)AuthorAgeFilesLines
* sanitizers: Introduce ThreadType enumDmitry Vyukov2019-02-071-6/+6
* 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/+11
* Prevent Thread Exited/Joined events raceKamil Rytarowski2017-11-261-10/+30
* [asan] Refactor thread creation bookkeepingVitaly Buka2017-08-091-6/+20
* [asan] Complete the Fuchsia portVitaly Buka2017-08-091-1/+2
* [sanitizer] Introduce tid_t as a typedef for OS-provided thread IDsKuba Mracek2017-04-171-3/+4
* [tsan] Properly describe GCD worker threads in reportsKuba Mracek2017-02-021-4/+6
* tsan: always define SANITIZER_GODmitry Vyukov2016-10-281-1/+1
* [sanitizer] Don't reuse the main thread in ThreadRegistryKuba Brecka2016-05-021-0/+2
* tsan: address comments in r214912Dmitry Vyukov2014-09-021-4/+0
* tsan: allocate vector clocks using slab allocatorDmitry Vyukov2014-08-051-0/+5
* tsan: fix vector clocksDmitry Vyukov2014-04-111-4/+8
* tsan: improve error message for GoDmitry Vyukov2014-02-061-0/+5
* tsan/asan: support pthread_setname_np to set thread namesDmitry Vyukov2013-10-291-0/+12
* Fix MSVC warnings at the -W2 levelTimur Iskhodzhanov2013-05-291-1/+1
* [sanitizer] Move FindThreadByOSIdLocked from lsan to sanitizer_common.Sergey Matveev2013-05-271-0/+11
* [Sanitizer] Compile sanitizer runtimes with -Wno-non-virtual-dtor. Virtual dt...Alexey Samsonov2013-03-251-2/+1
* tsan: flush dead thread info earlier (when another thread is finished rather ...Dmitry Vyukov2013-03-191-19/+32
* tsan: fix clang -Wall buildDmitry Vyukov2013-03-181-1/+5
* Fix a virtual destructor warning.Eric Christopher2013-03-151-0/+2
* [Sanitizer] Fix compiler warnings and style issues in sanitizer_common tests....Alexey Samsonov2013-03-141-0/+2
* [Sanitizer] Add generic ThreadRegistry class for sanitizer runtimes. This cla...Alexey Samsonov2013-03-141-0/+248