HomeSort by relevance Sort by last modified time
    Searched refs:ScopedThreadLocalStateBackup (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/msan/
msan.h 295 class ScopedThreadLocalStateBackup {
297 ScopedThreadLocalStateBackup() { Backup(); }
298 ~ScopedThreadLocalStateBackup() { Restore(); }
msan.cc 268 void ScopedThreadLocalStateBackup::Backup() {
272 void ScopedThreadLocalStateBackup::Restore() {
msan_interceptors.cc     [all...]

Completed in 487 milliseconds