summaryrefslogtreecommitdiff
path: root/lib/lsan/lsan_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* sanitizers: Introduce ThreadType enumDmitry Vyukov2019-02-071-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [lsan] Report unsuspended threadsVitaly Buka2018-05-091-0/+5
* Add lsan interceptors for libdispatch functions on darwinFrancis Ricci2017-06-191-2/+2
* Revert "Add lsan interceptors for libdispatch functions on darwin"Francis Ricci2017-06-191-2/+2
* Add lsan interceptors for libdispatch functions on darwinFrancis Ricci2017-06-191-2/+2
* [sanitizer] Introduce tid_t as a typedef for OS-provided thread IDsKuba Mracek2017-04-171-3/+3
* Don't delete lsan thread-local data until it's no longer requiredFrancis Ricci2017-04-111-0/+1
* Fix build breakage from moving kInvalidTid to lsan_commonFrancis Ricci2017-02-171-0/+1
* Use pthreads to store current thread id on darwinFrancis Ricci2017-02-171-11/+0
* [tsan] Properly describe GCD worker threads in reportsKuba Mracek2017-02-021-1/+1
* [compiler-rt][lsan] Fix compiler error due to attribute (windows)Etienne Bergeron2016-09-231-1/+1
* [LSan] Use __tls_get_addr interceptor to keep track of dynamic TLS.Alexey Samsonov2016-01-141-9/+16
* [compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar2015-10-011-5/+5
* [lsan] Support ASan's stack-use-after-return mode in LSan.Sergey Matveev2013-10-141-0/+4
* [lsan] Handle fork() correctly.Sergey Matveev2013-07-081-0/+5
* [sanitizer] Move FindThreadByOSIdLocked from lsan to sanitizer_common.Sergey Matveev2013-05-271-15/+3
* [lsan] Thread registry for standalone LSan.Sergey Matveev2013-05-201-0/+163