Searched defs:SDL_Thread (Results 1 - 2 of 2) sorted by relevance

/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/
H A DSDL_thread_c.h53 struct SDL_Thread { struct

Completed in 77 milliseconds