Home | History | Annotate | Download | only in include

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;
73 * \file SDL_thread.h
106 extern DECLSPEC SDL_Thread *SDLCALL
141 extern DECLSPEC SDL_Thread *SDLCALL
153 extern DECLSPEC const char *SDLCALL SDL_GetThreadName(SDL_Thread *thread);
165 extern DECLSPEC SDL_threadID SDLCALL SDL_GetThreadID(SDL_Thread * thread);
177 * Once a thread has been cleaned up through this function, the SDL_Thread
190 extern DECLSPEC void SDLCALL SDL_WaitThread(SDL_Thread * thread, int *status);
202 * Once a thread is detached, you should usually assume the SDL_Thread isn't
218 extern DECLSPEC void SDLCALL SDL_DetachThread(SDL_Thread * thread);