Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/thread/generic/
A DSDL_syssem.c40 SDL_DestroySemaphore(SDL_sem * sem) in SDL_DestroySemaphore() function
100 SDL_DestroySemaphore(sem); in SDL_CreateSemaphore()
111 SDL_DestroySemaphore(SDL_sem * sem) in SDL_DestroySemaphore() function
A DSDL_syscond.c68 SDL_DestroySemaphore(cond->wait_sem); in SDL_DestroyCond()
71 SDL_DestroySemaphore(cond->wait_done); in SDL_DestroyCond()
A DSDL_sysmutex.c65 SDL_DestroySemaphore(mutex->sem); in SDL_DestroyMutex()
/AliOS-Things-master/components/SDL2/src/thread/psp/
A DSDL_syscond.c70 SDL_DestroySemaphore(cond->wait_sem); in SDL_DestroyCond()
73 SDL_DestroySemaphore(cond->wait_done); in SDL_DestroyCond()
A DSDL_sysmutex.c67 SDL_DestroySemaphore(mutex->sem); in SDL_DestroyMutex()
A DSDL_syssem.c63 void SDL_DestroySemaphore(SDL_sem *sem) in SDL_DestroySemaphore() function
/AliOS-Things-master/components/SDL2/include/
A DSDL_mutex.h117 extern DECLSPEC void SDLCALL SDL_DestroySemaphore(SDL_sem * sem);
/AliOS-Things-master/components/SDL2/src/thread/windows/
A DSDL_syssem.c67 SDL_DestroySemaphore(SDL_sem * sem) in SDL_DestroySemaphore() function
/AliOS-Things-master/components/SDL2/test/
A Dtestsem.c124 SDL_DestroySemaphore(sem); in main()
A Dtestatomic.c151 SDL_DestroySemaphore(threadDone); in runAdder()
667 SDL_DestroySemaphore(readersDone); in RunFIFOTest()
668 SDL_DestroySemaphore(writersDone); in RunFIFOTest()
/AliOS-Things-master/components/SDL2/src/thread/pthread/
A DSDL_syssem.c62 SDL_DestroySemaphore(SDL_sem * sem) in SDL_DestroySemaphore() function
/AliOS-Things-master/components/SDL2/src/joystick/psp/
A DSDL_sysjoystick.c238 SDL_DestroySemaphore(pad_sem); in SDL_SYS_JoystickQuit()
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/
A DSDL_hidapi_rumble.c108 SDL_DestroySemaphore(ctx->request_sem); in SDL_HIDAPI_StopRumbleThread()
/AliOS-Things-master/components/SDL2/src/audio/alios/
A DSDL_alios_audio.c96 SDL_DestroySemaphore(semaphore); in AOS_DetectDevices()
/AliOS-Things-master/components/SDL2/src/audio/openslES/
A DSDL_openslES.c219 SDL_DestroySemaphore(audiodata->playsem); in openslES_DestroyPCMRecorder()
399 SDL_DestroySemaphore(audiodata->playsem); in openslES_DestroyPCMPlayer()
/AliOS-Things-master/components/SDL2/src/video/psp/
A DSDL_pspevents.c277 SDL_DestroySemaphore(event_sem); in PSP_EventQuit()
/AliOS-Things-master/components/SDL2/src/audio/wasapi/
A DSDL_wasapi_winrt.cpp112 SDL_DestroySemaphore(completed); in ~SDL_WasapiDeviceEventHandler()
/AliOS-Things-master/components/SDL2/src/timer/
A DSDL_timer.c253 SDL_DestroySemaphore(data->sem); in SDL_TimerQuit()
/AliOS-Things-master/components/SDL2/src/audio/jack/
A DSDL_jackaudio.c277 SDL_DestroySemaphore(this->hidden->iosem); in JACK_CloseDevice()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoamousetap.m218 SDL_DestroySemaphore(tapdata->runloopStartedSemaphore);
/AliOS-Things-master/components/SDL2/src/audio/alsa/
A DSDL_alsa_audio.c953 SDL_DestroySemaphore(semaphore); in ALSA_DetectDevices()
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h265 #define SDL_DestroySemaphore SDL_DestroySemaphore_REAL macro
A DSDL_dynapi_procs.h296 SDL_DYNAPI_PROC(void,SDL_DestroySemaphore,(SDL_sem *a),(a),)
/AliOS-Things-master/components/SDL2/src/audio/coreaudio/
A DSDL_coreaudio.m724 SDL_DestroySemaphore(this->hidden->ready_semaphore);
1126 SDL_DestroySemaphore(this->hidden->ready_semaphore);
/AliOS-Things-master/components/SDL2/src/core/android/
A DSDL_android.c1190 SDL_DestroySemaphore(Android_PauseSem); in SDL_JAVA_INTERFACE()
1195 SDL_DestroySemaphore(Android_ResumeSem); in SDL_JAVA_INTERFACE()

Completed in 52 milliseconds