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 |
|
Constructors |
|
Ends ignoring sanitizer reads and writes for the current scope. |
|
Copy assignment is disabled. |
Created with MrDocs