Scoped guard that suppresses ThreadSanitizer reports within its lifetime.

Synopsis

Declared in <folly/synchronization/SanitizeThread.h>

class annotate_ignore_thread_sanitizer_guard;

Member Functions

Name

Description

annotate_ignore_thread_sanitizer_guard [constructor]

Constructors

~annotate_ignore_thread_sanitizer_guard [destructor]

Ends ignoring sanitizer reads and writes for the current scope.

operator= [deleted]

Copy assignment is disabled.

Created with MrDocs