HomeSort by relevance Sort by last modified time
    Searched refs:SDL_MUTEX_TIMEDOUT (Results 1 - 15 of 15) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/thread/beos/
SDL_syssem.c 89 retval = SDL_MUTEX_TIMEDOUT;
92 retval = SDL_MUTEX_TIMEDOUT;
  /external/qemu/distrib/sdl-1.2.12/src/thread/dc/
SDL_syssem.c 114 else return SDL_MUTEX_TIMEDOUT;
134 if (retval==-1) retval= SDL_MUTEX_TIMEDOUT;
  /external/qemu/distrib/sdl-1.2.12/src/thread/generic/
SDL_syssem.c 135 retval = SDL_MUTEX_TIMEDOUT;
163 while ( (sem->count == 0) && (retval != SDL_MUTEX_TIMEDOUT) ) {
  /external/qemu/distrib/sdl-1.2.12/src/thread/os2/
SDL_syssem.c 124 return SDL_MUTEX_TIMEDOUT;
151 return SDL_MUTEX_TIMEDOUT;
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_mutex.h 43 #define SDL_MUTEX_TIMEDOUT 1
96 SDL_MUTEX_TIMEDOUT if the wait would block, and -1 on error.
101 the wait succeeds, SDL_MUTEX_TIMEDOUT if the wait does not succeed in
149 variable is signaled, SDL_MUTEX_TIMEDOUT if the condition is not
  /external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
SDL_syssem.c 74 retval = SDL_MUTEX_TIMEDOUT;
SDL_syscond.c 125 retval = SDL_MUTEX_TIMEDOUT;
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_mutex.h 43 #define SDL_MUTEX_TIMEDOUT 1
96 SDL_MUTEX_TIMEDOUT if the wait would block, and -1 on error.
101 the wait succeeds, SDL_MUTEX_TIMEDOUT if the wait does not succeed in
149 variable is signaled, SDL_MUTEX_TIMEDOUT if the condition is not
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_mutex.h 43 #define SDL_MUTEX_TIMEDOUT 1
96 SDL_MUTEX_TIMEDOUT if the wait would block, and -1 on error.
101 the wait succeeds, SDL_MUTEX_TIMEDOUT if the wait does not succeed in
149 variable is signaled, SDL_MUTEX_TIMEDOUT if the condition is not
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_mutex.h 48 #define SDL_MUTEX_TIMEDOUT 1
101 SDL_MUTEX_TIMEDOUT if the wait would block, and -1 on error.
106 the wait succeeds, SDL_MUTEX_TIMEDOUT if the wait does not succeed in
153 variable is signaled, SDL_MUTEX_TIMEDOUT if the condition is not
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_mutex.h 43 #define SDL_MUTEX_TIMEDOUT 1
96 SDL_MUTEX_TIMEDOUT if the wait would block, and -1 on error.
101 the wait succeeds, SDL_MUTEX_TIMEDOUT if the wait does not succeed in
149 variable is signaled, SDL_MUTEX_TIMEDOUT if the condition is not
  /external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
SDL_syscond.c 129 retval = SDL_MUTEX_TIMEDOUT;
SDL_syssem.c 122 retval = SDL_MUTEX_TIMEDOUT;
  /external/qemu/distrib/sdl-1.2.12/src/thread/win32/
SDL_syssem.c 112 retval = SDL_MUTEX_TIMEDOUT;
  /external/qemu/distrib/sdl-1.2.12/src/thread/irix/
SDL_syssem.c 116 retval = SDL_MUTEX_TIMEDOUT;

Completed in 89 milliseconds