Searched defs:SDL_AtomicCAS (Results 1 – 2 of 2) sorted by relevance
87 SDL_AtomicCAS(SDL_atomic_t *a, int oldval, int newval) in SDL_AtomicCAS() function
72 #define SDL_AtomicCAS SDL_AtomicCAS_REAL macro