equal
deleted
inserted
replaced
41 #endif |
41 #endif |
42 |
42 |
43 /* This function does any necessary setup in the child thread */ |
43 /* This function does any necessary setup in the child thread */ |
44 extern void SDL_SYS_SetupThread(void); |
44 extern void SDL_SYS_SetupThread(void); |
45 |
45 |
46 /* This function sets thread priority */ |
46 /* This function sets the current thread priority */ |
47 extern int SDL_SYS_SetThreadPriority(SDL_Thread * thread, SDL_ThreadPriority priority); |
47 extern int SDL_SYS_SetThreadPriority(SDL_ThreadPriority priority); |
48 |
48 |
49 /* This function waits for the thread to finish and frees any data |
49 /* This function waits for the thread to finish and frees any data |
50 allocated by SDL_SYS_CreateThread() |
50 allocated by SDL_SYS_CreateThread() |
51 */ |
51 */ |
52 extern void SDL_SYS_WaitThread(SDL_Thread * thread); |
52 extern void SDL_SYS_WaitThread(SDL_Thread * thread); |