Home
last modified time | relevance | path

Searched refs:SDL_DestroyMutex (Results 1 – 25 of 30) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/thread/stdcpp/
A DSDL_sysmutex.cpp55 SDL_DestroyMutex(SDL_mutex * mutex) in SDL_DestroyMutex() function
/AliOS-Things-master/components/SDL2/src/thread/windows/
A DSDL_sysmutex.c61 SDL_DestroyMutex(SDL_mutex * mutex) in SDL_DestroyMutex() function
/AliOS-Things-master/components/SDL2/src/thread/psp/
A DSDL_sysmutex.c63 SDL_DestroyMutex(SDL_mutex * mutex) in SDL_DestroyMutex() function
A DSDL_syscond.c76 SDL_DestroyMutex(cond->lock); in SDL_DestroyCond()
/AliOS-Things-master/components/SDL2/src/thread/generic/
A DSDL_sysmutex.c61 SDL_DestroyMutex(SDL_mutex * mutex) in SDL_DestroyMutex() function
A DSDL_syscond.c74 SDL_DestroyMutex(cond->lock); in SDL_DestroyCond()
A DSDL_syssem.c123 SDL_DestroyMutex(sem->count_lock); in SDL_DestroySemaphore()
/AliOS-Things-master/components/SDL2/include/
A DSDL_mutex.h95 extern DECLSPEC void SDLCALL SDL_DestroyMutex(SDL_mutex * mutex);
/AliOS-Things-master/components/SDL2/test/
A Dtestlock.c60 SDL_DestroyMutex(mutex); in closemutex()
A Dtestatomic.c671 SDL_DestroyMutex(queue.mutex); in RunFIFOTest()
/AliOS-Things-master/components/SDL2/src/timer/
A DSDL_timer.c220 SDL_DestroyMutex(data->timermap_lock); in SDL_TimerInit()
273 SDL_DestroyMutex(data->timermap_lock); in SDL_TimerQuit()
/AliOS-Things-master/components/SDL2/src/thread/pthread/
A DSDL_sysmutex.c71 SDL_DestroyMutex(SDL_mutex * mutex) in SDL_DestroyMutex() function
/AliOS-Things-master/components/SDL2/src/haptic/windows/
A DSDL_xinputhaptic.c211 SDL_DestroyMutex(haptic->hwdata->mutex); in SDL_XINPUT_HapticOpenFromUserIndex()
257 SDL_DestroyMutex(haptic->hwdata->mutex); in SDL_XINPUT_HapticClose()
/AliOS-Things-master/components/SDL2/src/audio/nacl/
A DSDL_naclaudio.c97 SDL_DestroyMutex(hidden->mutex); in NACLAUDIO_CloseDevice()
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/
A DSDL_hidapi_rumble.c113 SDL_DestroyMutex(ctx->lock); in SDL_HIDAPI_StopRumbleThread()
/AliOS-Things-master/components/SDL2/src/
A DSDL_assert.c390 SDL_DestroyMutex(assertion_mutex); in SDL_AssertionsQuit()
/AliOS-Things-master/components/SDL2/src/sensor/
A DSDL_sensor.c470 SDL_DestroyMutex(SDL_sensor_lock); in SDL_SensorQuit()
/AliOS-Things-master/components/SDL2/src/core/alios/
A DSDL_evdev.c199 SDL_DestroyMutex(_this->mutex); in SDL_EVDEV_Quit()
/AliOS-Things-master/components/SDL2/src/video/raspberry/
A DSDL_rpivideo.c372 SDL_DestroyMutex(data->vsync_cond_mutex); in RPI_DestroyWindow()
/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_windowsjoystick.c546 SDL_DestroyMutex(s_mutexJoyStickEnum); in WINDOWS_JoystickQuit()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoavideo.m203 SDL_DestroyMutex(data->swaplock);
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_events.c402 SDL_DestroyMutex(SDL_event_watchers_lock); in SDL_StopEventLoop()
414 SDL_DestroyMutex(SDL_EventQ.lock); in SDL_StopEventLoop()
/AliOS-Things-master/components/SDL2/src/hidapi/libusb/
A Dhid.c85 SDL_DestroyMutex(barrier->mutex); in SDL_DestroyThreadBarrier()
189 SDL_DestroyMutex(dev->mutex); in free_hid_device()
/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_audio.c1131 SDL_DestroyMutex(device->mixer_lock); in close_audio_device()
1611 SDL_DestroyMutex(current_audio.detectionLock); in SDL_AudioQuit()
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h263 #define SDL_DestroyMutex SDL_DestroyMutex_REAL macro

Completed in 31 milliseconds

12