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.