summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_thread_registry.h
AgeCommit message (Expand)Author
2017-11-26Prevent Thread Exited/Joined events raceKamil Rytarowski
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
2015-09-29[sanitizer] Fix Clang-tidy modernize-use-nullptr warnings in lib/sanitizer_co...Kostya Serebryany
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
2013-10-29tsan/asan: support pthread_setname_np to set thread namesDmitry Vyukov
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-18tsan: fix Go buildDmitry Vyukov
2013-03-15[Sanitizer] Build sanitizer_common tests w/o RTTI. Move ThreadRegistry class ...Alexey Samsonov
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