Searched refs:ScopedTaggingDisabler (Results 1 – 3 of 3) sorted by relevance
113 struct ScopedTaggingDisabler { struct114 ScopedTaggingDisabler() { GetCurrentThread()->DisableTagging(); } in ScopedTaggingDisabler() function115 ~ScopedTaggingDisabler() { GetCurrentThread()->EnableTagging(); } in ~ScopedTaggingDisabler() argument
42 ScopedTaggingDisabler disabler; in INTERCEPTOR()
72 ScopedTaggingDisabler disabler; in InitStackRingBuffer()