summaryrefslogtreecommitdiff
path: root/lib/msan/msan_thread.cc
AgeCommit message (Expand)Author
2015-06-29[asan] Fix SanitizerCommon.PthreadDestructorIterations test on Android L.Evgeniy Stepanov
2014-12-17[msan] Stop calling pthread_getspecific in signal handlers.Evgeniy Stepanov
2014-11-26[Msan] Check returning value of DTLS_Get()Viktor Kutuzov
2014-11-18[msan] Remove MSanDR and supporting code.Evgeniy Stepanov
2014-06-25[msan] Fix false positive on dynamic tls.Evgeniy Stepanov
2014-04-04[msan] Introduce MsanThread. Move thread-local allocator cache out of TLS.Evgeniy Stepanov