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

/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_thread.h45 struct SDL_Thread;
46 typedef struct SDL_Thread SDL_Thread; typedef in typeref:struct:SDL_Thread
78 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread);
88 extern DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data);
97 extern DECLSPEC Uint32 SDLCALL SDL_GetThreadID(SDL_Thread *thread);
103 extern DECLSPEC void SDLCALL SDL_WaitThread(SDL_Thread *thread, int *status);
106 extern DECLSPEC void SDLCALL SDL_KillThread(SDL_Thread *thread);
/external/qemu/distrib/sdl-1.2.15/src/thread/
H A DSDL_thread_c.h53 struct SDL_Thread { struct

Completed in 440 milliseconds