Searched refs:SDL_cond (Results 1 - 8 of 8) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/thread/pth/
H A DSDL_syscond.c35 struct SDL_cond struct
41 SDL_cond * SDL_CreateCond(void)
43 SDL_cond *cond;
45 cond = (SDL_cond *) SDL_malloc(sizeof(SDL_cond));
59 void SDL_DestroyCond(SDL_cond *cond)
67 int SDL_CondSignal(SDL_cond *cond)
85 int SDL_CondBroadcast(SDL_cond *cond)
122 int SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms)
149 int SDL_CondWait(SDL_cond *con
[all...]
/external/qemu/distrib/sdl-1.2.12/include/
H A DSDL_mutex.h121 /* The SDL condition variable structure, defined in SDL_cond.c */
122 struct SDL_cond;
123 typedef struct SDL_cond SDL_cond; typedef in typeref:struct:SDL_cond
126 extern DECLSPEC SDL_cond * SDLCALL SDL_CreateCond(void);
129 extern DECLSPEC void SDLCALL SDL_DestroyCond(SDL_cond *cond);
134 extern DECLSPEC int SDLCALL SDL_CondSignal(SDL_cond *cond);
139 extern DECLSPEC int SDLCALL SDL_CondBroadcast(SDL_cond *cond);
146 extern DECLSPEC int SDLCALL SDL_CondWait(SDL_cond *cond, SDL_mutex *mut);
154 extern DECLSPEC int SDLCALL SDL_CondWaitTimeout(SDL_cond *con
[all...]
/external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
H A DSDL_syscond.c32 struct SDL_cond struct
38 SDL_cond * SDL_CreateCond(void)
40 SDL_cond *cond;
42 cond = (SDL_cond *) SDL_malloc(sizeof(SDL_cond));
54 void SDL_DestroyCond(SDL_cond *cond)
63 int SDL_CondSignal(SDL_cond *cond)
81 int SDL_CondBroadcast(SDL_cond *cond)
98 int SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms)
140 int SDL_CondWait(SDL_cond *con
[all...]
/external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
H A DSDL_syscond.c36 struct SDL_cond struct
42 SDL_cond * SDL_CreateCond(void)
44 SDL_cond *cond;
46 cond = (SDL_cond *) SDL_malloc(sizeof(SDL_cond));
58 void SDL_DestroyCond(SDL_cond *cond)
67 int SDL_CondSignal(SDL_cond *cond)
85 int SDL_CondBroadcast(SDL_cond *cond)
102 int SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms)
144 int SDL_CondWait(SDL_cond *con
[all...]
/external/qemu/distrib/sdl-1.2.12/src/thread/dc/
H A DSDL_syscond.c32 struct SDL_cond struct
42 SDL_cond * SDL_CreateCond(void)
44 SDL_cond *cond;
46 cond = (SDL_cond *) SDL_malloc(sizeof(SDL_cond));
63 void SDL_DestroyCond(SDL_cond *cond)
80 int SDL_CondSignal(SDL_cond *cond)
104 int SDL_CondBroadcast(SDL_cond *cond)
157 int SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms)
212 int SDL_CondWait(SDL_cond *con
[all...]
/external/qemu/distrib/sdl-1.2.12/src/thread/generic/
H A DSDL_syscond.c32 struct SDL_cond struct
42 SDL_cond * SDL_CreateCond(void)
44 SDL_cond *cond;
46 cond = (SDL_cond *) SDL_malloc(sizeof(SDL_cond));
63 void SDL_DestroyCond(SDL_cond *cond)
80 int SDL_CondSignal(SDL_cond *cond)
104 int SDL_CondBroadcast(SDL_cond *cond)
157 int SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms)
212 int SDL_CondWait(SDL_cond *con
[all...]
H A DSDL_syssem.c80 SDL_cond *count_nonzero;
/external/qemu/distrib/sdl-1.2.12/src/thread/os2/
H A DSDL_syscond.c32 struct SDL_cond struct
42 DECLSPEC SDL_cond * SDLCALL SDL_CreateCond(void)
44 SDL_cond *cond;
46 cond = (SDL_cond *) SDL_malloc(sizeof(SDL_cond));
63 DECLSPEC void SDLCALL SDL_DestroyCond(SDL_cond *cond)
80 DECLSPEC int SDLCALL SDL_CondSignal(SDL_cond *cond)
104 DECLSPEC int SDLCALL SDL_CondBroadcast(SDL_cond *cond)
157 DECLSPEC int SDLCALL SDL_CondWaitTimeout(SDL_cond *cond, SDL_mutex *mutex, Uint32 ms)
212 DECLSPEC int SDLCALL SDL_CondWait(SDL_cond *con
[all...]

Completed in 27 milliseconds