Get the value of a pointer atomically.
Defined in <SDL3/SDL_atomic.h>
void * SDL_GetAtomicPointer(void **a);
void ** | a | a pointer to a pointer. |
(void *) Returns the current value of a pointer.
Note: If you don't know what this function is for, you shouldn't use it!
It is safe to call this function from any thread.
This function is available since SDL 3.1.3.