Searched refs:SDL_AtomicCASPtr (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/src/atomic/ |
A D | SDL_atomic.c | 161 SDL_AtomicCASPtr(void **a, void *oldval, void *newval) in SDL_AtomicCASPtr() function 232 } while (!SDL_AtomicCASPtr(a, value, v)); in SDL_AtomicSetPtr() 287 } while (!SDL_AtomicCASPtr(a, value, value)); in SDL_AtomicGetPtr()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_atomic.h | 272 extern DECLSPEC SDL_bool SDLCALL SDL_AtomicCASPtr(void **a, void *oldval, void *newval);
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_overrides.h | 70 #define SDL_AtomicCASPtr SDL_AtomicCASPtr_REAL macro
|
A D | SDL_dynapi_procs.h | 101 SDL_DYNAPI_PROC(SDL_bool,SDL_AtomicCASPtr,(void **a, void *b, void *c),(a,b,c),return)
|
Completed in 12 milliseconds