Name
SDL_KillThread -- Gracelessly terminates the thread.
Synopsis
uses
SDL;
procedure SDL_KillThread( thread : PSDL_Thread );
Description
SDL_KillThread gracelessly terminates the thread
associated with thread. If possible,
you should use some other form of IPC to signal the thread to quit.