index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
lib
/
lsan
/
lsan_thread.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler-rt: Rename .cc file in lib/lsan to .cpp
Nico Weber
2019-08-01
1
-162
/
+0
*
sanitizers: Introduce ThreadType enum
Dmitry Vyukov
2019-02-07
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[lsan] Report unsuspended threads
Vitaly Buka
2018-05-09
1
-0
/
+5
*
Add lsan interceptors for libdispatch functions on darwin
Francis Ricci
2017-06-19
1
-2
/
+2
*
Revert "Add lsan interceptors for libdispatch functions on darwin"
Francis Ricci
2017-06-19
1
-2
/
+2
*
Add lsan interceptors for libdispatch functions on darwin
Francis Ricci
2017-06-19
1
-2
/
+2
*
[sanitizer] Introduce tid_t as a typedef for OS-provided thread IDs
Kuba Mracek
2017-04-17
1
-3
/
+3
*
Don't delete lsan thread-local data until it's no longer required
Francis Ricci
2017-04-11
1
-0
/
+1
*
Fix build breakage from moving kInvalidTid to lsan_common
Francis Ricci
2017-02-17
1
-0
/
+1
*
Use pthreads to store current thread id on darwin
Francis Ricci
2017-02-17
1
-11
/
+0
*
[tsan] Properly describe GCD worker threads in reports
Kuba Mracek
2017-02-02
1
-1
/
+1
*
[compiler-rt][lsan] Fix compiler error due to attribute (windows)
Etienne Bergeron
2016-09-23
1
-1
/
+1
*
[LSan] Use __tls_get_addr interceptor to keep track of dynamic TLS.
Alexey Samsonov
2016-01-14
1
-9
/
+16
*
[compiler-rt] Apply modernize-use-nullptr fixes in sanitizers
Vedant Kumar
2015-10-01
1
-5
/
+5
*
[lsan] Support ASan's stack-use-after-return mode in LSan.
Sergey Matveev
2013-10-14
1
-0
/
+4
*
[lsan] Handle fork() correctly.
Sergey Matveev
2013-07-08
1
-0
/
+5
*
[sanitizer] Move FindThreadByOSIdLocked from lsan to sanitizer_common.
Sergey Matveev
2013-05-27
1
-15
/
+3
*
[lsan] Thread registry for standalone LSan.
Sergey Matveev
2013-05-20
1
-0
/
+163