Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/test/
A Dtestsem.c58 sem = SDL_CreateSemaphore(0); in TestWaitTimeout()
102 sem = SDL_CreateSemaphore(init_sem); in main()
A Dtestatomic.c141 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 DSDL_syscond.c49 cond->wait_sem = SDL_CreateSemaphore(0); in SDL_CreateCond()
50 cond->wait_done = SDL_CreateSemaphore(0); in SDL_CreateCond()
A DSDL_syssem.c33 SDL_CreateSemaphore(Uint32 initial_value) in SDL_CreateSemaphore() function
85 SDL_CreateSemaphore(Uint32 initial_value) in SDL_CreateSemaphore() function
A DSDL_sysmutex.c46 mutex->sem = SDL_CreateSemaphore(1); in SDL_CreateMutex()
/AliOS-Things-master/components/SDL2/src/thread/psp/
A DSDL_syscond.c51 cond->wait_sem = SDL_CreateSemaphore(0); in SDL_CreateCond()
52 cond->wait_done = SDL_CreateSemaphore(0); in SDL_CreateCond()
A DSDL_sysmutex.c48 mutex->sem = SDL_CreateSemaphore(1); in SDL_CreateMutex()
A DSDL_syssem.c42 SDL_sem *SDL_CreateSemaphore(Uint32 initial_value) in SDL_CreateSemaphore() function
/AliOS-Things-master/components/SDL2/include/
A DSDL_mutex.h112 extern DECLSPEC SDL_sem *SDLCALL SDL_CreateSemaphore(Uint32 initial_value);
/AliOS-Things-master/components/SDL2/src/thread/windows/
A DSDL_syssem.c40 SDL_CreateSemaphore(Uint32 initial_value) in SDL_CreateSemaphore() function
/AliOS-Things-master/components/SDL2/src/thread/pthread/
A DSDL_syssem.c46 SDL_CreateSemaphore(Uint32 initial_value) in SDL_CreateSemaphore() function
/AliOS-Things-master/components/SDL2/src/joystick/psp/
A DSDL_sysjoystick.c115 if((pad_sem = SDL_CreateSemaphore(1)) == NULL) { in SDL_SYS_JoystickInit()
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/
A DSDL_hidapi_rumble.c129 ctx->request_sem = SDL_CreateSemaphore(0); in SDL_HIDAPI_StartRumbleThread()
/AliOS-Things-master/components/SDL2/src/audio/alios/
A DSDL_alios_audio.c84 SDL_sem *semaphore = SDL_CreateSemaphore(0); in AOS_DetectDevices()
/AliOS-Things-master/components/SDL2/src/audio/openslES/
A DSDL_openslES.c315 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 DSDL_pspevents.c262 if((event_sem = SDL_CreateSemaphore(1)) == NULL) { in PSP_EventInit()
/AliOS-Things-master/components/SDL2/src/audio/wasapi/
A DSDL_wasapi_winrt.cpp82 , completed(SDL_CreateSemaphore(0)) in SDL_WasapiDeviceEventHandler()
/AliOS-Things-master/components/SDL2/src/timer/
A DSDL_timer.c218 data->sem = SDL_CreateSemaphore(0); in SDL_TimerInit()
/AliOS-Things-master/components/SDL2/src/audio/jack/
A DSDL_jackaudio.c350 this->hidden->iosem = SDL_CreateSemaphore(0); in JACK_OpenDevice()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoamousetap.m203 tapdata->runloopStartedSemaphore = SDL_CreateSemaphore(0);
/AliOS-Things-master/components/SDL2/src/audio/alsa/
A DSDL_alsa_audio.c941 SDL_sem *semaphore = SDL_CreateSemaphore(0); in ALSA_DetectDevices()
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h264 #define SDL_CreateSemaphore SDL_CreateSemaphore_REAL macro
A DSDL_dynapi_procs.h295 SDL_DYNAPI_PROC(SDL_sem*,SDL_CreateSemaphore,(Uint32 a),(a),return)
/AliOS-Things-master/components/SDL2/src/core/android/
A DSDL_android.c565 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 DSDL_coreaudio.m1115 this->hidden->ready_semaphore = SDL_CreateSemaphore(0);

Completed in 112 milliseconds