Home
last modified time | relevance | path

Searched refs:SDL_CondWaitTimeout (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/thread/stdcpp/
DSDL_syscond.cpp118 SDL_CondWaitTimeout(SDL_cond * cond, SDL_mutex * mutex, Uint32 ms) in SDL_CondWaitTimeout() function
161 return SDL_CondWaitTimeout(cond, mutex, SDL_MUTEX_MAXWAIT); in SDL_CondWait()
/third_party/flutter/skia/third_party/externals/sdl/src/thread/generic/
DSDL_syscond.c160 SDL_CondWaitTimeout(SDL_cond * cond, SDL_mutex * mutex, Uint32 ms) in SDL_CondWaitTimeout() function
217 return SDL_CondWaitTimeout(cond, mutex, SDL_MUTEX_MAXWAIT); in SDL_CondWait()
DSDL_syssem.c167 retval = SDL_CondWaitTimeout(sem->count_nonzero, in SDL_SemWaitTimeout()
/third_party/flutter/skia/third_party/externals/sdl/src/thread/psp/
DSDL_syscond.c162 SDL_CondWaitTimeout(SDL_cond * cond, SDL_mutex * mutex, Uint32 ms) in SDL_CondWaitTimeout() function
219 return SDL_CondWaitTimeout(cond, mutex, SDL_MUTEX_MAXWAIT); in SDL_CondWait()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_mutex.h237 extern DECLSPEC int SDLCALL SDL_CondWaitTimeout(SDL_cond * cond,
/third_party/flutter/skia/third_party/externals/sdl/src/thread/pthread/
DSDL_syscond.c99 SDL_CondWaitTimeout(SDL_cond * cond, SDL_mutex * mutex, Uint32 ms) in SDL_CondWaitTimeout() function
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/windows/
DSDL_windowsjoystick.c230 SDL_CondWaitTimeout(s_condJoystickThread, s_mutexJoyStickEnum, 300); in SDL_JoystickThread()
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h282 #define SDL_CondWaitTimeout SDL_CondWaitTimeout_REAL macro
DSDL_dynapi_procs.h311 SDL_DYNAPI_PROC(int,SDL_CondWaitTimeout,(SDL_cond *a, SDL_mutex *b, Uint32 c),(a,b,c),return)
/third_party/ffmpeg/fftools/
Dffplay.c3003 SDL_CondWaitTimeout(is->continue_read_thread, wait_mutex, 10); in read_thread()
3035 SDL_CondWaitTimeout(is->continue_read_thread, wait_mutex, 10); in read_thread()