Penguin
Note: You are viewing an old revision of this page. View the current version.

SDL_KillThread?

SDL_KillThread?

NAME SYNOPSIS DESCRIPTION SEE ALSO


NAME

SDL_KillThread?- Gracelessly terminates the thread.

SYNOPSIS

#include

void SDL_KillThread?(__SDL_Thread

  • 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.

SEE ALSO

SDL_CreateThread?, SDL_WaitThread?


This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.