Home
last modified time | relevance | path

Searched defs:SDL_SemWaitTimeout (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/thread/generic/
DSDL_syssem.c51 SDL_SemWaitTimeout(SDL_sem * sem, Uint32 timeout) in SDL_SemWaitTimeout() function
150 SDL_SemWaitTimeout(SDL_sem * sem, Uint32 timeout) in SDL_SemWaitTimeout() function
/third_party/flutter/skia/third_party/externals/sdl/src/thread/psp/
DSDL_syssem.c79 int SDL_SemWaitTimeout(SDL_sem *sem, Uint32 timeout) in SDL_SemWaitTimeout() function
/third_party/flutter/skia/third_party/externals/sdl/src/thread/windows/
DSDL_syssem.c79 SDL_SemWaitTimeout(SDL_sem * sem, Uint32 timeout) function
/third_party/flutter/skia/third_party/externals/sdl/src/thread/pthread/
DSDL_syssem.c105 SDL_SemWaitTimeout(SDL_sem * sem, Uint32 timeout) in SDL_SemWaitTimeout() function
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h274 #define SDL_SemWaitTimeout SDL_SemWaitTimeout_REAL macro