Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

SDL_RELEASE_SHARED - Wrapper around Clang thread safety analysis annotations.

Availability

       This macro is available since SDL 3.2.0.

Simple Directmedia Layer                           SDL 3.2.10                              SDL_RELEASE_SHARED(3)

Description

       Please see https://clang.llvm.org/docs/ThreadSafetyAnalysis.html#mutex-h

Header File

       Defined in SDL3/SDL_mutex.h

Name

       SDL_RELEASE_SHARED - Wrapper around Clang thread safety analysis annotations.

Synopsis

#include"SDL3/SDL.h"#defineSDL_RELEASE_SHARED(x).BISDL_THREAD_ANNOTATION_ATTRIBUTE__(release_shared_capability(x))

See Also