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

NAME

6       SDL_KillThread - Gracelessly terminates the thread.
7

SYNOPSIS

9       #include "SDL.h" #include "SDL_thread.h"
10
11       void SDL_KillThread(SDL_Thread *thread);
12

DESCRIPTION

14       SDL_KillThread   gracelessly  terminates  the  thread  associated  with
15       thread. If possible, you should use some other form of  IPC  to  signal
16       the thread to quit.
17

SEE ALSO

19       SDL_CreateThread, SDL_WaitThread
20
21
22
23SDL                         Tue 11 Sep 2001, 23:00           SDL_KillThread(3)
Impressum