Penguin
Blame: SDL_WaitThread(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_WaitThread(3) version 2, including all changes. View license author blame.
Rev Author # Line
2 perry 1 SDL_!WaitThread
2 !!!SDL_!WaitThread
1 perry 3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 SEE ALSO
8 ----
9 !!NAME
10
11
2 perry 12 SDL_!WaitThread- Wait for a thread to finish.
1 perry 13 !!SYNOPSIS
14
15
16 __#include
17 __
18
19
2 perry 20 __void SDL_!WaitThread__(__SDL_Thread *thread, int
1 perry 21 *status__);
22 !!DESCRIPTION
23
24
25 Wait for a thread to finish (timeouts are not
26 supported).
27 !!RETURN VALUE
28
29
30 The return code for the thread function is placed in the
31 area pointed to by __status__, if __status__ is not
32 __NULL__.
33 !!SEE ALSO
34
35
2 perry 36 __SDL_!CreateThread__
1 perry 37 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.