1SDL_KillThread(3) SDL API Reference SDL_KillThread(3)
23
4
NAME
6SDL_KillThread - Gracelessly terminates the thread.
7
SYNOPSIS
9#include "SDL.h" #include "SDL_thread.h"
1011
void SDL_KillThread(SDL_Thread *thread);
12
DESCRIPTION
14SDL_KillThread gracelessly terminates the thread associated with
15thread. If possible, you should use some other form of IPC to signal
16the thread to quit.
17
SEE ALSO
19SDL_CreateThread, SDL_WaitThread
2021
22
23
SDL Tue 11 Sep 2001, 23:00 SDL_KillThread(3)