Searched defs:ScopedInRtl (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_windows.cc24 ScopedInRtl::ScopedInRtl() { function in class:__tsan::ScopedInRtl
27 ScopedInRtl::~ScopedInRtl() {
H A Dtsan_platform_mac.cc43 ScopedInRtl::ScopedInRtl() { function in class:__tsan::ScopedInRtl
46 ScopedInRtl::~ScopedInRtl() {
H A Dtsan_platform_linux.cc55 ScopedInRtl::ScopedInRtl() function in class:__tsan::ScopedInRtl
62 ScopedInRtl::~ScopedInRtl() {
68 ScopedInRtl::ScopedInRtl() { function in class:__tsan::ScopedInRtl
71 ScopedInRtl::~ScopedInRtl() {
152 ScopedInRtl in_rtl;
H A Dtsan_rtl.h547 class ScopedInRtl { class in namespace:__tsan
549 ScopedInRtl();
550 ~ScopedInRtl();

Completed in 88 milliseconds