summaryrefslogtreecommitdiff
path: root/lib/lsan/lsan_thread.cc
AgeCommit message (Expand)Author
2017-06-19Add lsan interceptors for libdispatch functions on darwinFrancis Ricci
2017-06-19Revert "Add lsan interceptors for libdispatch functions on darwin"Francis Ricci
2017-06-19Add lsan interceptors for libdispatch functions on darwinFrancis Ricci
2017-04-17[sanitizer] Introduce tid_t as a typedef for OS-provided thread IDsKuba Mracek
2017-04-11Don't delete lsan thread-local data until it's no longer requiredFrancis Ricci
2017-02-17Fix build breakage from moving kInvalidTid to lsan_commonFrancis Ricci
2017-02-17Use pthreads to store current thread id on darwinFrancis Ricci
2017-02-02[tsan] Properly describe GCD worker threads in reportsKuba Mracek
2016-09-23[compiler-rt][lsan] Fix compiler error due to attribute (windows)Etienne Bergeron
2016-01-14[LSan] Use __tls_get_addr interceptor to keep track of dynamic TLS.Alexey Samsonov
2015-10-01[compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar
2013-10-14[lsan] Support ASan's stack-use-after-return mode in LSan.Sergey Matveev
2013-07-08[lsan] Handle fork() correctly.Sergey Matveev
2013-05-27[sanitizer] Move FindThreadByOSIdLocked from lsan to sanitizer_common.Sergey Matveev
2013-05-20[lsan] Thread registry for standalone LSan.Sergey Matveev