Home
last modified time | relevance | path

Searched refs:SDL_CondWait (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtevents.cpp92 SDL_CondWait(_cond, _mutex); in WINRT_YieldXAMLThread()
121 SDL_CondWait(_cond, _mutex); in WINRT_CycleXAMLThread()
145 SDL_CondWait(_cond, _mutex); in WINRT_CycleXAMLThread()
/AliOS-Things-master/components/SDL2/src/video/raspberry/
A DSDL_rpiopengles.c58 SDL_CondWait(wdata->vsync_cond, wdata->vsync_cond_mutex); in RPI_GLES_SwapWindow()
A DSDL_rpivideo.c366 SDL_CondWait(data->vsync_cond, data->vsync_cond_mutex); in RPI_DestroyWindow()
/AliOS-Things-master/components/SDL2/src/thread/stdcpp/
A DSDL_syscond.cpp159 SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex) in SDL_CondWait() function
/AliOS-Things-master/components/SDL2/include/
A DSDL_mutex.h227 extern DECLSPEC int SDLCALL SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex);
/AliOS-Things-master/components/SDL2/src/thread/pthread/
A DSDL_syscond.c148 SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex) in SDL_CondWait() function
/AliOS-Things-master/components/SDL2/src/thread/generic/
A DSDL_syscond.c215 SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex) in SDL_CondWait() function
/AliOS-Things-master/components/SDL2/src/thread/psp/
A DSDL_syscond.c217 SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex) in SDL_CondWait() function
/AliOS-Things-master/components/SDL2/src/core/alios/
A DSDL_evdev.c244 SDL_CondWait(_this->cond, _this->mutex); in SDL_EVDEV_Poll()
/AliOS-Things-master/components/SDL2/src/hidapi/libusb/
A Dhid.c98 SDL_CondWait(barrier->cond, barrier->mutex); in SDL_WaitThreadBarrier()
1208 SDL_CondWait(dev->condition, dev->mutex); in hid_read_timeout()
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h275 #define SDL_CondWait SDL_CondWait_REAL macro
A DSDL_dynapi_procs.h306 SDL_DYNAPI_PROC(int,SDL_CondWait,(SDL_cond *a, SDL_mutex *b),(a,b),return)

Completed in 25 milliseconds