/AliOS-Things-master/components/SDL2/test/ |
A D | testsem.c | 58 sem = SDL_CreateSemaphore(0); in TestWaitTimeout() 102 sem = SDL_CreateSemaphore(init_sem); in main()
|
A D | testatomic.c | 141 threadDone = SDL_CreateSemaphore(0); in runAdder() 608 readersDone = SDL_CreateSemaphore(0); in RunFIFOTest() 609 writersDone = SDL_CreateSemaphore(0); in RunFIFOTest()
|
/AliOS-Things-master/components/SDL2/src/thread/generic/ |
A D | SDL_syscond.c | 49 cond->wait_sem = SDL_CreateSemaphore(0); in SDL_CreateCond() 50 cond->wait_done = SDL_CreateSemaphore(0); in SDL_CreateCond()
|
A D | SDL_syssem.c | 33 SDL_CreateSemaphore(Uint32 initial_value) in SDL_CreateSemaphore() function 85 SDL_CreateSemaphore(Uint32 initial_value) in SDL_CreateSemaphore() function
|
A D | SDL_sysmutex.c | 46 mutex->sem = SDL_CreateSemaphore(1); in SDL_CreateMutex()
|
/AliOS-Things-master/components/SDL2/src/thread/psp/ |
A D | SDL_syscond.c | 51 cond->wait_sem = SDL_CreateSemaphore(0); in SDL_CreateCond() 52 cond->wait_done = SDL_CreateSemaphore(0); in SDL_CreateCond()
|
A D | SDL_sysmutex.c | 48 mutex->sem = SDL_CreateSemaphore(1); in SDL_CreateMutex()
|
A D | SDL_syssem.c | 42 SDL_sem *SDL_CreateSemaphore(Uint32 initial_value) in SDL_CreateSemaphore() function
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_mutex.h | 112 extern DECLSPEC SDL_sem *SDLCALL SDL_CreateSemaphore(Uint32 initial_value);
|
/AliOS-Things-master/components/SDL2/src/thread/windows/ |
A D | SDL_syssem.c | 40 SDL_CreateSemaphore(Uint32 initial_value) in SDL_CreateSemaphore() function
|
/AliOS-Things-master/components/SDL2/src/thread/pthread/ |
A D | SDL_syssem.c | 46 SDL_CreateSemaphore(Uint32 initial_value) in SDL_CreateSemaphore() function
|
/AliOS-Things-master/components/SDL2/src/joystick/psp/ |
A D | SDL_sysjoystick.c | 115 if((pad_sem = SDL_CreateSemaphore(1)) == NULL) { in SDL_SYS_JoystickInit()
|
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/ |
A D | SDL_hidapi_rumble.c | 129 ctx->request_sem = SDL_CreateSemaphore(0); in SDL_HIDAPI_StartRumbleThread()
|
/AliOS-Things-master/components/SDL2/src/audio/alios/ |
A D | SDL_alios_audio.c | 84 SDL_sem *semaphore = SDL_CreateSemaphore(0); in AOS_DetectDevices()
|
/AliOS-Things-master/components/SDL2/src/audio/openslES/ |
A D | SDL_openslES.c | 315 audiodata->playsem = SDL_CreateSemaphore(0); in openslES_CreatePCMRecorder() 557 audiodata->playsem = SDL_CreateSemaphore(NUM_BUFFERS - 1); in openslES_CreatePCMPlayer()
|
/AliOS-Things-master/components/SDL2/src/video/psp/ |
A D | SDL_pspevents.c | 262 if((event_sem = SDL_CreateSemaphore(1)) == NULL) { in PSP_EventInit()
|
/AliOS-Things-master/components/SDL2/src/audio/wasapi/ |
A D | SDL_wasapi_winrt.cpp | 82 , completed(SDL_CreateSemaphore(0)) in SDL_WasapiDeviceEventHandler()
|
/AliOS-Things-master/components/SDL2/src/timer/ |
A D | SDL_timer.c | 218 data->sem = SDL_CreateSemaphore(0); in SDL_TimerInit()
|
/AliOS-Things-master/components/SDL2/src/audio/jack/ |
A D | SDL_jackaudio.c | 350 this->hidden->iosem = SDL_CreateSemaphore(0); in JACK_OpenDevice()
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoamousetap.m | 203 tapdata->runloopStartedSemaphore = SDL_CreateSemaphore(0);
|
/AliOS-Things-master/components/SDL2/src/audio/alsa/ |
A D | SDL_alsa_audio.c | 941 SDL_sem *semaphore = SDL_CreateSemaphore(0); in ALSA_DetectDevices()
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_overrides.h | 264 #define SDL_CreateSemaphore SDL_CreateSemaphore_REAL macro
|
A D | SDL_dynapi_procs.h | 295 SDL_DYNAPI_PROC(SDL_sem*,SDL_CreateSemaphore,(Uint32 a),(a),return)
|
/AliOS-Things-master/components/SDL2/src/core/android/ |
A D | SDL_android.c | 565 Android_PauseSem = SDL_CreateSemaphore(0); in SDL_JAVA_INTERFACE() 570 Android_ResumeSem = SDL_CreateSemaphore(0); in SDL_JAVA_INTERFACE()
|
/AliOS-Things-master/components/SDL2/src/audio/coreaudio/ |
A D | SDL_coreaudio.m | 1115 this->hidden->ready_semaphore = SDL_CreateSemaphore(0);
|