OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_MUTEX_TIMEDOUT
(Results
1 - 14
of
14
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/thread/beos/
SDL_syssem.c
89
retval =
SDL_MUTEX_TIMEDOUT
;
92
retval =
SDL_MUTEX_TIMEDOUT
;
/external/qemu/distrib/sdl-1.2.15/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.15/src/thread/pthread/
SDL_syssem.c
75
retval =
SDL_MUTEX_TIMEDOUT
;
151
while ((retval = SDL_SemTryWait(sem)) ==
SDL_MUTEX_TIMEDOUT
) {
SDL_syscond.c
125
retval =
SDL_MUTEX_TIMEDOUT
;
/external/qemu/distrib/sdl-1.2.15/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.15/src/thread/os2/
SDL_syssem.c
124
return
SDL_MUTEX_TIMEDOUT
;
151
return
SDL_MUTEX_TIMEDOUT
;
/external/qemu/distrib/sdl-1.2.15/include/
SDL_mutex.h
44
#define
SDL_MUTEX_TIMEDOUT
1
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
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_mutex.h
44
#define
SDL_MUTEX_TIMEDOUT
1
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
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_mutex.h
44
#define
SDL_MUTEX_TIMEDOUT
1
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
/prebuilts/tools/windows/sdl/include/SDL/
SDL_mutex.h
44
#define
SDL_MUTEX_TIMEDOUT
1
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
/external/qemu/distrib/sdl-1.2.15/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.15/src/thread/win32/
SDL_syssem.c
112
retval =
SDL_MUTEX_TIMEDOUT
;
/external/qemu/distrib/sdl-1.2.15/src/thread/irix/
SDL_syssem.c
116
retval =
SDL_MUTEX_TIMEDOUT
;
Completed in 167 milliseconds