summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_thread_registry.cc
AgeCommit message (Expand)Author
2017-11-26Prevent Thread Exited/Joined events raceKamil Rytarowski
2017-08-09[asan] Refactor thread creation bookkeepingVitaly Buka
2017-08-09[asan] Complete the Fuchsia portVitaly Buka
2017-04-17[sanitizer] Introduce tid_t as a typedef for OS-provided thread IDsKuba Mracek
2017-02-02[tsan] Properly describe GCD worker threads in reportsKuba Mracek
2016-10-28tsan: always define SANITIZER_GODmitry Vyukov
2016-05-02[sanitizer] Don't reuse the main thread in ThreadRegistryKuba Brecka
2014-09-02tsan: address comments in r214912Dmitry Vyukov
2014-08-05tsan: allocate vector clocks using slab allocatorDmitry Vyukov
2014-04-11tsan: fix vector clocksDmitry Vyukov
2014-02-06tsan: improve error message for GoDmitry Vyukov
2013-10-29tsan/asan: support pthread_setname_np to set thread namesDmitry Vyukov
2013-05-29Fix MSVC warnings at the -W2 levelTimur Iskhodzhanov
2013-05-27[sanitizer] Move FindThreadByOSIdLocked from lsan to sanitizer_common.Sergey Matveev
2013-03-25[Sanitizer] Compile sanitizer runtimes with -Wno-non-virtual-dtor. Virtual dt...Alexey Samsonov
2013-03-19tsan: flush dead thread info earlier (when another thread is finished rather ...Dmitry Vyukov
2013-03-18tsan: fix clang -Wall buildDmitry Vyukov
2013-03-15Fix a virtual destructor warning.Eric Christopher
2013-03-14[Sanitizer] Fix compiler warnings and style issues in sanitizer_common tests....Alexey Samsonov
2013-03-14[Sanitizer] Add generic ThreadRegistry class for sanitizer runtimes. This cla...Alexey Samsonov