1SDL_WaitThread(3)              SDL API Reference             SDL_WaitThread(3)
2
3
4

NAME

6       SDL_WaitThread - Wait for a thread to finish.
7

SYNOPSIS

9       #include "SDL.h" #include "SDL_thread.h"
10
11       void SDL_WaitThread(SDL_Thread *thread, int *status);
12

DESCRIPTION

14       Wait for a thread to finish (timeouts are not supported).
15

RETURN VALUE

17       The  return  code for the thread function is placed in the area pointed
18       to by status, if status is not NULL.
19

SEE ALSO

21       SDL_CreateThread
22
23
24
25SDL                         Tue 11 Sep 2001, 23:01           SDL_WaitThread(3)
Impressum