summaryrefslogtreecommitdiff
path: root/lib/asan/asan_thread_registry.h
Commit message (Expand)AuthorAgeFilesLines
* [ASan] cmake cleanup: make tab/space padding in CMakeLists consistent, silenc...Alexey Samsonov2012-07-021-1/+1
* [asan] make tid u32 instead of intKostya Serebryany2012-06-061-4/+4
* [asan] more renamingKostya Serebryany2012-05-311-6/+6
* Allow calling GetCurrentTidOrMinusOne() before AsanThreadRegistry was initial...Alexander Potapenko2012-04-051-0/+2
* AddressSanitizer: create AsanThreadSummary together with AsanThread (in paren...Alexey Samsonov2012-01-171-2/+1
* [asan] move TSD code into asan_posix.ccKostya Serebryany2012-01-111-7/+0
* [asan] get rid of the scary TSD destructor code. Now, we store the leaky Asan...Kostya Serebryany2012-01-111-1/+0
* AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...Kostya Serebryany2011-11-301-0/+88