/external/qemu/distrib/sdl-1.2.12/src/thread/ |
D | SDL_thread.c | 38 static SDL_Thread **SDL_Threads = NULL; 70 static void SDL_AddThread(SDL_Thread *thread) in SDL_AddThread() 91 SDL_Thread **threads; in SDL_AddThread() 92 threads = (SDL_Thread **)SDL_realloc(SDL_Threads, in SDL_AddThread() 106 static void SDL_DelThread(SDL_Thread *thread) in SDL_DelThread() 173 SDL_Thread *info; 207 DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_Curren… in SDL_CreateThread() 209 DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data) in SDL_CreateThread() 212 SDL_Thread *thread; in SDL_CreateThread() 217 thread = (SDL_Thread *)SDL_malloc(sizeof(*thread)); in SDL_CreateThread() [all …]
|
D | SDL_systhread.h | 36 extern int SDL_SYS_CreateThread(SDL_Thread *thread, void *args, pfnSDL_CurrentBeginThread pfnBeginT… 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);
|
D | SDL_thread_c.h | 53 struct SDL_Thread { struct
|
/external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/ |
D | SDL_thread.c | 38 static SDL_Thread **SDL_Threads = NULL; 60 static void SDL_AddThread(SDL_Thread *thread) in SDL_AddThread() 62 SDL_Thread **threads; in SDL_AddThread() 83 threads=(SDL_Thread **)SDL_malloc((SDL_maxthreads+ARRAY_CHUNKSIZE)* in SDL_AddThread() 101 static void SDL_DelThread(SDL_Thread *thread) in SDL_DelThread() 158 SDL_Thread *info; 190 SDL_Thread *SDL_CreateThread(int (*fn)(void *), void *data) in SDL_CreateThread() 192 SDL_Thread *thread; in SDL_CreateThread() 197 thread = (SDL_Thread *)SDL_malloc(sizeof(*thread)); in SDL_CreateThread() 247 void SDL_WaitThread(SDL_Thread *thread, int *status) in SDL_WaitThread() [all …]
|
D | SDL_systhread.c | 35 SDL_Thread *info; 97 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args) in SDL_SYS_CreateThread() 142 void SDL_SYS_WaitThread(SDL_Thread *thread) in SDL_SYS_WaitThread() 148 void SDL_SYS_KillThread(SDL_Thread *thread) in SDL_SYS_KillThread()
|
/external/qemu/distrib/sdl-1.2.12/include/ |
D | SDL_thread.h | 44 struct SDL_Thread; 45 typedef struct SDL_Thread SDL_Thread; typedef 82 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL… 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/ |
D | SDL_systhread.c | 31 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args) in SDL_SYS_CreateThread() 47 void SDL_SYS_WaitThread(SDL_Thread *thread) in SDL_SYS_WaitThread() 52 void SDL_SYS_KillThread(SDL_Thread *thread) in SDL_SYS_KillThread() 79 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args) in SDL_SYS_CreateThread() 130 void SDL_SYS_WaitThread(SDL_Thread *thread) in SDL_SYS_WaitThread() 135 void SDL_SYS_KillThread(SDL_Thread *thread) in SDL_SYS_KillThread()
|
/external/qemu/distrib/sdl-1.2.12/src/thread/generic/ |
D | SDL_systhread.c | 29 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args) in SDL_SYS_CreateThread() 45 void SDL_SYS_WaitThread(SDL_Thread *thread) in SDL_SYS_WaitThread() 50 void SDL_SYS_KillThread(SDL_Thread *thread) in SDL_SYS_KillThread()
|
/external/qemu/distrib/sdl-1.2.12/src/thread/dc/ |
D | SDL_systhread.c | 32 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args) in SDL_SYS_CreateThread() 52 void SDL_SYS_WaitThread(SDL_Thread *thread) in SDL_SYS_WaitThread() 57 void SDL_SYS_KillThread(SDL_Thread *thread) in SDL_SYS_KillThread()
|
/external/qemu/distrib/sdl-1.2.12/src/thread/win32/ |
D | SDL_systhread.c | 89 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args, pfnSDL_CurrentBeginThread pfnBeginThread, … 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/thread/irix/ |
D | SDL_systhread.c | 42 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args) in SDL_SYS_CreateThread() 72 void SDL_WaitThread(SDL_Thread *thread, int *status) in SDL_WaitThread() 81 void SDL_KillThread(SDL_Thread *thread) in SDL_KillThread()
|
/external/qemu/distrib/sdl-1.2.12/src/thread/pth/ |
D | SDL_systhread.c | 50 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args) in SDL_SYS_CreateThread() 94 void SDL_SYS_WaitThread(SDL_Thread *thread) in SDL_SYS_WaitThread() 99 void SDL_SYS_KillThread(SDL_Thread *thread) in SDL_SYS_KillThread()
|
/external/qemu/distrib/sdl-1.2.12/src/thread/beos/ |
D | SDL_systhread.c | 62 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args) in SDL_SYS_CreateThread() 86 void SDL_SYS_WaitThread(SDL_Thread *thread) in SDL_SYS_WaitThread() 93 void SDL_SYS_KillThread(SDL_Thread *thread) in SDL_SYS_KillThread()
|
/external/qemu/distrib/sdl-1.2.12/src/thread/os2/ |
D | SDL_systhread.c | 60 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args, pfnSDL_CurrentBeginThread pfnBeginThread, … in SDL_SYS_CreateThread() 95 void SDL_SYS_WaitThread(SDL_Thread *thread) in SDL_SYS_WaitThread() 105 void SDL_SYS_KillThread(SDL_Thread *thread) in SDL_SYS_KillThread()
|
/external/qemu/distrib/sdl-1.2.12/src/thread/pthread/ |
D | SDL_systhread.c | 52 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args) in SDL_SYS_CreateThread() 105 void SDL_SYS_WaitThread(SDL_Thread *thread) in SDL_SYS_WaitThread() 110 void SDL_SYS_KillThread(SDL_Thread *thread) in SDL_SYS_KillThread()
|
/external/qemu/distrib/sdl-1.2.12/src/thread/epoc/ |
D | SDL_systhread.cpp | 75 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args) in SDL_SYS_CreateThread() 104 void SDL_SYS_WaitThread(SDL_Thread *thread) in SDL_SYS_WaitThread() 118 void SDL_SYS_KillThread(SDL_Thread *thread) in SDL_SYS_KillThread()
|
/external/qemu/distrib/sdl-1.2.12/src/timer/dummy/ |
D | SDL_systimer.c | 48 static SDL_Thread *timer = NULL;
|
/external/qemu/distrib/sdl-1.2.12/src/timer/dc/ |
D | SDL_systimer.c | 57 static SDL_Thread *timer = NULL;
|
/external/qemu/distrib/sdl-1.2.12/src/timer/beos/ |
D | SDL_systimer.c | 52 static SDL_Thread *timer = NULL;
|
/external/qemu/distrib/sdl-1.2.12/src/timer/epoc/ |
D | SDL_systimer.cpp | 69 static SDL_Thread *timer = NULL;
|
/external/qemu/distrib/sdl-1.2.12/src/main/beos/ |
D | SDL_BeApp.cc | 38 static SDL_Thread *SDL_AppThread = NULL;
|
/external/qemu/distrib/sdl-1.2.12/src/timer/riscos/ |
D | SDL_systimer.c | 188 static SDL_Thread *timer = NULL;
|
/external/qemu/distrib/sdl-1.2.12/src/audio/ |
D | SDL_sysaudio.h | 83 SDL_Thread *thread;
|
/external/qemu/distrib/sdl-1.2.12/src/timer/amigaos/ |
D | SDL_systimer.c | 209 static SDL_Thread *timer_thread = NULL;
|
/external/qemu/distrib/sdl-1.2.12/src/timer/os2/ |
D | SDL_systimer.c | 183 static SDL_Thread *timer = NULL;
|