Searched refs:SDL_Thread (Results 1 - 25 of 28) sorted by relevance

12

/external/qemu/distrib/sdl-1.2.12/src/thread/generic/
H A DSDL_systhread.c29 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args)
45 void SDL_SYS_WaitThread(SDL_Thread *thread)
50 void SDL_SYS_KillThread(SDL_Thread *thread)
/external/qemu/distrib/sdl-1.2.12/src/thread/
H A DSDL_systhread.h36 extern int SDL_SYS_CreateThread(SDL_Thread *thread, void *args, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread);
38 extern int SDL_SYS_CreateThread(SDL_Thread *thread, void *args);
47 extern void SDL_SYS_WaitThread(SDL_Thread *thread);
50 extern void SDL_SYS_KillThread(SDL_Thread *thread);
H A DSDL_thread.c38 static SDL_Thread **SDL_Threads = NULL;
70 static void SDL_AddThread(SDL_Thread *thread)
91 SDL_Thread **threads;
92 threads = (SDL_Thread **)SDL_realloc(SDL_Threads,
106 static void SDL_DelThread(SDL_Thread *thread)
173 SDL_Thread *info;
207 DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread)
209 DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data)
212 SDL_Thread *thread;
217 thread = (SDL_Thread *)SDL_mallo
[all...]
H A DSDL_thread_c.h53 struct SDL_Thread { struct
/external/qemu/distrib/sdl-1.2.12/src/thread/dc/
H A DSDL_systhread.c32 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args)
52 void SDL_SYS_WaitThread(SDL_Thread *thread)
57 void SDL_SYS_KillThread(SDL_Thread *thread)
/external/qemu/distrib/sdl-1.2.12/include/
H A DSDL_thread.h44 struct SDL_Thread;
45 typedef struct SDL_Thread SDL_Thread; typedef in typeref:struct:SDL_Thread
82 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread);
92 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data);
101 extern DECLSPEC Uint32 SDLCALL SDL_GetThreadID(SDL_Thread *thread);
107 extern DECLSPEC void SDLCALL SDL_WaitThread(SDL_Thread *thread, int *status);
110 extern DECLSPEC void SDLCALL SDL_KillThread(SDL_Thread *thread);
/external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
H A DSDL_systhread.c31 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args)
47 void SDL_SYS_WaitThread(SDL_Thread *thread)
52 void SDL_SYS_KillThread(SDL_Thread *thread)
79 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args)
130 void SDL_SYS_WaitThread(SDL_Thread *thread)
135 void SDL_SYS_KillThread(SDL_Thread *thread)
/external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/
H A DSDL_thread.c38 static SDL_Thread **SDL_Threads = NULL;
60 static void SDL_AddThread(SDL_Thread *thread)
62 SDL_Thread **threads;
83 threads=(SDL_Thread **)SDL_malloc((SDL_maxthreads+ARRAY_CHUNKSIZE)*
101 static void SDL_DelThread(SDL_Thread *thread)
158 SDL_Thread *info;
190 SDL_Thread *SDL_CreateThread(int (*fn)(void *), void *data)
192 SDL_Thread *thread;
197 thread = (SDL_Thread *)SDL_malloc(sizeof(*thread));
247 void SDL_WaitThread(SDL_Thread *threa
[all...]
H A DSDL_systhread.c35 SDL_Thread *info;
97 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args)
142 void SDL_SYS_WaitThread(SDL_Thread *thread)
148 void SDL_SYS_KillThread(SDL_Thread *thread)
/external/qemu/distrib/sdl-1.2.12/src/thread/irix/
H A DSDL_systhread.c42 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args)
72 void SDL_WaitThread(SDL_Thread *thread, int *status)
81 void SDL_KillThread(SDL_Thread *thread)
/external/qemu/distrib/sdl-1.2.12/src/thread/win32/
H A DSDL_systhread.c89 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread)
92 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args)
137 void SDL_SYS_WaitThread(SDL_Thread *thread)
147 void SDL_SYS_KillThread(SDL_Thread *thread)
/external/qemu/distrib/sdl-1.2.12/src/timer/dummy/
H A DSDL_systimer.c48 static SDL_Thread *timer = NULL;
/external/qemu/distrib/sdl-1.2.12/src/thread/beos/
H A DSDL_systhread.c62 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args)
86 void SDL_SYS_WaitThread(SDL_Thread *thread)
93 void SDL_SYS_KillThread(SDL_Thread *thread)
/external/qemu/distrib/sdl-1.2.12/src/thread/epoc/
H A DSDL_systhread.cpp75 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args)
104 void SDL_SYS_WaitThread(SDL_Thread *thread)
118 void SDL_SYS_KillThread(SDL_Thread *thread)
/external/qemu/distrib/sdl-1.2.12/src/thread/os2/
H A DSDL_systhread.c60 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread)
95 void SDL_SYS_WaitThread(SDL_Thread *thread)
105 void SDL_SYS_KillThread(SDL_Thread *thread)
/external/qemu/distrib/sdl-1.2.12/src/thread/pth/
H A DSDL_systhread.c50 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args)
94 void SDL_SYS_WaitThread(SDL_Thread *thread)
99 void SDL_SYS_KillThread(SDL_Thread *thread)
/external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
H A DSDL_systhread.c52 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args)
105 void SDL_SYS_WaitThread(SDL_Thread *thread)
110 void SDL_SYS_KillThread(SDL_Thread *thread)
/external/qemu/distrib/sdl-1.2.12/src/timer/beos/
H A DSDL_systimer.c52 static SDL_Thread *timer = NULL;
/external/qemu/distrib/sdl-1.2.12/src/timer/dc/
H A DSDL_systimer.c57 static SDL_Thread *timer = NULL;
/external/qemu/distrib/sdl-1.2.12/src/timer/epoc/
H A DSDL_systimer.cpp69 static SDL_Thread *timer = NULL;
/external/qemu/distrib/sdl-1.2.12/src/main/beos/
H A DSDL_BeApp.cc38 static SDL_Thread *SDL_AppThread = NULL;
/external/qemu/distrib/sdl-1.2.12/src/audio/
H A DSDL_sysaudio.h83 SDL_Thread *thread;
/external/qemu/distrib/sdl-1.2.12/src/timer/riscos/
H A DSDL_systimer.c188 static SDL_Thread *timer = NULL;
/external/qemu/distrib/sdl-1.2.12/src/timer/amigaos/
H A DSDL_systimer.c209 static SDL_Thread *timer_thread = NULL;
/external/qemu/distrib/sdl-1.2.12/src/timer/os2/
H A DSDL_systimer.c183 static SDL_Thread *timer = NULL;

Completed in 118 milliseconds

12