Searched defs:SDL_MUTEX_TIMEDOUT (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_mutex.h44 #define SDL_MUTEX_TIMEDOUT 1 macro
104 * SDL_MUTEX_TIMEDOUT if the wait would block, and -1 on error.
109 * the wait succeeds, SDL_MUTEX_TIMEDOUT if the wait does not succeed in
161 * variable is signaled, SDL_MUTEX_TIMEDOUT if the condition is not

Completed in 64 milliseconds