Home
last modified time | relevance | path

Searched defs:SDL_cond (Results 1 – 7 of 7) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/thread/os2/
DSDL_syscond.c32 struct SDL_cond struct
42 DECLSPEC SDL_cond * SDLCALL SDL_CreateCond(void) in SDL_CreateCond() argument
/external/qemu/distrib/sdl-1.2.12/src/thread/generic/
DSDL_syscond.c32 struct SDL_cond struct
42 SDL_cond * SDL_CreateCond(void) in SDL_CreateCond() argument
/external/qemu/distrib/sdl-1.2.12/src/thread/dc/
DSDL_syscond.c32 struct SDL_cond struct
42 SDL_cond * SDL_CreateCond(void) in SDL_CreateCond() argument
/external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
DSDL_syscond.c32 struct SDL_cond struct
38 SDL_cond * SDL_CreateCond(void) in SDL_CreateCond() argument
/external/qemu/distrib/sdl-1.2.12/src/thread/pth/
DSDL_syscond.c35 struct SDL_cond struct
41 SDL_cond * SDL_CreateCond(void) in SDL_CreateCond() argument
/external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
DSDL_syscond.c36 struct SDL_cond struct
42 SDL_cond * SDL_CreateCond(void) in SDL_CreateCond() argument
/external/qemu/distrib/sdl-1.2.12/include/
DSDL_mutex.h123 typedef struct SDL_cond SDL_cond; typedef