Searched refs:SDL_CondWait (Results 1 – 12 of 12) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/winrt/ |
A D | SDL_winrtevents.cpp | 92 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 D | SDL_rpiopengles.c | 58 SDL_CondWait(wdata->vsync_cond, wdata->vsync_cond_mutex); in RPI_GLES_SwapWindow()
|
A D | SDL_rpivideo.c | 366 SDL_CondWait(data->vsync_cond, data->vsync_cond_mutex); in RPI_DestroyWindow()
|
/AliOS-Things-master/components/SDL2/src/thread/stdcpp/ |
A D | SDL_syscond.cpp | 159 SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex) in SDL_CondWait() function
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_mutex.h | 227 extern DECLSPEC int SDLCALL SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex);
|
/AliOS-Things-master/components/SDL2/src/thread/pthread/ |
A D | SDL_syscond.c | 148 SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex) in SDL_CondWait() function
|
/AliOS-Things-master/components/SDL2/src/thread/generic/ |
A D | SDL_syscond.c | 215 SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex) in SDL_CondWait() function
|
/AliOS-Things-master/components/SDL2/src/thread/psp/ |
A D | SDL_syscond.c | 217 SDL_CondWait(SDL_cond * cond, SDL_mutex * mutex) in SDL_CondWait() function
|
/AliOS-Things-master/components/SDL2/src/core/alios/ |
A D | SDL_evdev.c | 244 SDL_CondWait(_this->cond, _this->mutex); in SDL_EVDEV_Poll()
|
/AliOS-Things-master/components/SDL2/src/hidapi/libusb/ |
A D | hid.c | 98 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 D | SDL_dynapi_overrides.h | 275 #define SDL_CondWait SDL_CondWait_REAL macro
|
A D | SDL_dynapi_procs.h | 306 SDL_DYNAPI_PROC(int,SDL_CondWait,(SDL_cond *a, SDL_mutex *b),(a,b),return)
|
Completed in 25 milliseconds