1SDL_WaitThread(3) SDL API Reference SDL_WaitThread(3)
23
4
NAME
6SDL_WaitThread - Wait for a thread to finish.
7
SYNOPSIS
9#include "SDL.h" #include "SDL_thread.h"
1011
void SDL_WaitThread(SDL_Thread *thread, int *status);
12
DESCRIPTION
14Wait for a thread to finish (timeouts are not supported).
15
RETURN VALUE
17The return code for the thread function is placed in the area pointed
18to by status, if status is not NULL.
19
SEE ALSO
21SDL_CreateThread
2223
24
25
SDL Tue 11 Sep 2001, 23:01 SDL_WaitThread(3)