Home | History | Annotate | Download | only in SDL

Lines Matching defs:SDL_Thread

26 /** @file SDL_thread.h
44 /** The SDL thread structure, defined in SDL_thread.c */
45 struct SDL_Thread;
46 typedef struct SDL_Thread 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);