Searched refs:ScopedReentrancyAnnotator (Results 1 – 3 of 3) sorted by relevance
92 struct ScopedReentrancyAnnotator { struct93 ScopedReentrancyAnnotator(TracingTLS& root_tls) : root_tls_(root_tls) { in ScopedReentrancyAnnotator() argument97 ~ScopedReentrancyAnnotator() { root_tls_.is_in_trace_point = false; } in ~ScopedReentrancyAnnotator() argument
325 internal::ScopedReentrancyAnnotator scoped_annotator(*tls_state_->root_tls);
105 ScopedReentrancyAnnotator scoped_annotator(*root_tls); in CallWithGuard()