Home
last modified time | relevance | path

Searched refs:SDL_AtomicDecRef (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_atomic.h261 #ifndef SDL_AtomicDecRef
262 #define SDL_AtomicDecRef(a) (SDL_AtomicAdd(a, -1) == 1) macro
/AliOS-Things-master/components/SDL2/test/
A Dtestatomic.c67 tfret = (SDL_AtomicDecRef(&v) == SDL_FALSE) ? SDL_TRUE : SDL_FALSE; in RunBasicTest()
69 tfret = (SDL_AtomicDecRef(&v) == SDL_TRUE) ? SDL_TRUE : SDL_FALSE; in RunBasicTest()
356 SDL_AtomicDecRef(&queue->rwcount); in EnqueueEvent_LockFree()
403 SDL_AtomicDecRef(&queue->rwcount); in DequeueEvent_LockFree()
584 SDL_AtomicDecRef(&queue->watcher); in FIFO_Watcher()
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/
A DSDL_hidapi_rumble.c83 (void)SDL_AtomicDecRef(&request->device->rumble_pending); in SDL_HIDAPI_RumbleThread()
/AliOS-Things-master/components/SDL2/src/audio/wasapi/
A DSDL_wasapi_win32.c130 const ULONG retval = SDL_AtomicDecRef(&this->refcount); in SDLMMNotificationClient_Release()
A DSDL_wasapi.c478 if (!SDL_AtomicDecRef(&this->hidden->refcount)) { in WASAPI_UnrefDevice()
/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_rawinputjoystick.c236 if (SDL_AtomicDecRef(&device->refcount)) { in RAWINPUT_ReleaseDevice()
/AliOS-Things-master/components/SDL2/src/core/android/
A DSDL_android.c1366 SDL_AtomicDecRef(&s_active); in LocalReferenceHolder_Cleanup()
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_malloc.c5436 (void)SDL_AtomicDecRef(&s_mem.num_allocations); in SDL_free()

Completed in 36 milliseconds