table of contents
other versions
- trixie 3.2.10+ds-1
 - testing 3.2.26+ds-1
 - unstable 3.2.26+ds-2
 - experimental 3.3.2+git20251103~dc5b136+ds-1
 
| SDL_TLSDestructorCallback(3type) | SDL3 DATATYPES | SDL_TLSDestructorCallback(3type) | 
NAME¶
SDL_TLSDestructorCallback - The callback used to cleanup data passed to SDL_SetTLS .
HEADER FILE¶
Defined in SDL3/SDL_thread.h
SYNOPSIS¶
#include "SDL3/SDL.h"
typedef void (SDLCALL *SDL_TLSDestructorCallback)(void *value);
DESCRIPTION¶
This is called when a thread exits, to allow an app to free any resources.
FUNCTION PARAMETERS¶
- value
 - a pointer previously handed to SDL_SetTLS .
 
AVAILABILITY¶
This datatype is available since SDL 3.2.0.
SEE ALSO¶
•(3), SDL_SetTLS(3)
| SDL 3.2.10 | Simple Directmedia Layer |