Searched refs:SDL_atomic_t (Results 1 – 1 of 1) sorted by relevance
255 typedef struct SDL_atomic_t { struct257 } SDL_atomic_t; argument276 extern DECLSPEC SDL_bool SDLCALL SDL_AtomicCAS(SDL_atomic_t *a, int oldval, int newval);294 extern DECLSPEC int SDLCALL SDL_AtomicSet(SDL_atomic_t *a, int v);309 extern DECLSPEC int SDLCALL SDL_AtomicGet(SDL_atomic_t *a);328 extern DECLSPEC int SDLCALL SDL_AtomicAdd(SDL_atomic_t *a, int v);
Completed in 6 milliseconds