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

SDL_WaitThread?

SDL_WaitThread?

NAME SYNOPSIS DESCRIPTION RETURN VALUE SEE ALSO


NAME

SDL_WaitThread?- Wait for a thread to finish.

SYNOPSIS

#include

void SDL_WaitThread?(__SDL_Thread *thread, int

  • status__);

DESCRIPTION

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

RETURN VALUE

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

SEE ALSO

SDL_CreateThread?


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