Crate rtsan_standalone_macros

Crate rtsan_standalone_macros 

Source

Attribute Macrosยง

blocking
Allows the user to specify a function as not-real-time-safe.
no_sanitize_realtime
Disable all RTSan error reporting in an otherwise real-time context.
nonblocking
Enter real-time context in your function. When in a real-time context, RTSan interceptors will error if realtime violations are detected. Calls to this method are injected at the code generation stage when RTSan is enabled.