/AliOS-Things-master/components/SDL2/src/thread/generic/ |
A D | SDL_syssem.c | 40 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 D | SDL_syscond.c | 68 SDL_DestroySemaphore(cond->wait_sem); in SDL_DestroyCond() 71 SDL_DestroySemaphore(cond->wait_done); in SDL_DestroyCond()
|
A D | SDL_sysmutex.c | 65 SDL_DestroySemaphore(mutex->sem); in SDL_DestroyMutex()
|
/AliOS-Things-master/components/SDL2/src/thread/psp/ |
A D | SDL_syscond.c | 70 SDL_DestroySemaphore(cond->wait_sem); in SDL_DestroyCond() 73 SDL_DestroySemaphore(cond->wait_done); in SDL_DestroyCond()
|
A D | SDL_sysmutex.c | 67 SDL_DestroySemaphore(mutex->sem); in SDL_DestroyMutex()
|
A D | SDL_syssem.c | 63 void SDL_DestroySemaphore(SDL_sem *sem) in SDL_DestroySemaphore() function
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_mutex.h | 117 extern DECLSPEC void SDLCALL SDL_DestroySemaphore(SDL_sem * sem);
|
/AliOS-Things-master/components/SDL2/src/thread/windows/ |
A D | SDL_syssem.c | 67 SDL_DestroySemaphore(SDL_sem * sem) in SDL_DestroySemaphore() function
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testsem.c | 124 SDL_DestroySemaphore(sem); in main()
|
A D | testatomic.c | 151 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 D | SDL_syssem.c | 62 SDL_DestroySemaphore(SDL_sem * sem) in SDL_DestroySemaphore() function
|
/AliOS-Things-master/components/SDL2/src/joystick/psp/ |
A D | SDL_sysjoystick.c | 238 SDL_DestroySemaphore(pad_sem); in SDL_SYS_JoystickQuit()
|
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/ |
A D | SDL_hidapi_rumble.c | 108 SDL_DestroySemaphore(ctx->request_sem); in SDL_HIDAPI_StopRumbleThread()
|
/AliOS-Things-master/components/SDL2/src/audio/alios/ |
A D | SDL_alios_audio.c | 96 SDL_DestroySemaphore(semaphore); in AOS_DetectDevices()
|
/AliOS-Things-master/components/SDL2/src/audio/openslES/ |
A D | SDL_openslES.c | 219 SDL_DestroySemaphore(audiodata->playsem); in openslES_DestroyPCMRecorder() 399 SDL_DestroySemaphore(audiodata->playsem); in openslES_DestroyPCMPlayer()
|
/AliOS-Things-master/components/SDL2/src/video/psp/ |
A D | SDL_pspevents.c | 277 SDL_DestroySemaphore(event_sem); in PSP_EventQuit()
|
/AliOS-Things-master/components/SDL2/src/audio/wasapi/ |
A D | SDL_wasapi_winrt.cpp | 112 SDL_DestroySemaphore(completed); in ~SDL_WasapiDeviceEventHandler()
|
/AliOS-Things-master/components/SDL2/src/timer/ |
A D | SDL_timer.c | 253 SDL_DestroySemaphore(data->sem); in SDL_TimerQuit()
|
/AliOS-Things-master/components/SDL2/src/audio/jack/ |
A D | SDL_jackaudio.c | 277 SDL_DestroySemaphore(this->hidden->iosem); in JACK_CloseDevice()
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoamousetap.m | 218 SDL_DestroySemaphore(tapdata->runloopStartedSemaphore);
|
/AliOS-Things-master/components/SDL2/src/audio/alsa/ |
A D | SDL_alsa_audio.c | 953 SDL_DestroySemaphore(semaphore); in ALSA_DetectDevices()
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_overrides.h | 265 #define SDL_DestroySemaphore SDL_DestroySemaphore_REAL macro
|
A D | SDL_dynapi_procs.h | 296 SDL_DYNAPI_PROC(void,SDL_DestroySemaphore,(SDL_sem *a),(a),)
|
/AliOS-Things-master/components/SDL2/src/audio/coreaudio/ |
A D | SDL_coreaudio.m | 724 SDL_DestroySemaphore(this->hidden->ready_semaphore); 1126 SDL_DestroySemaphore(this->hidden->ready_semaphore);
|
/AliOS-Things-master/components/SDL2/src/core/android/ |
A D | SDL_android.c | 1190 SDL_DestroySemaphore(Android_PauseSem); in SDL_JAVA_INTERFACE() 1195 SDL_DestroySemaphore(Android_ResumeSem); in SDL_JAVA_INTERFACE()
|