File: SDL_WaitThread.3

package info (click to toggle)
libsdl1.2 1.2.15%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 17,476 kB
  • ctags: 21,803
  • sloc: ansic: 128,750; cpp: 11,192; sh: 9,881; asm: 2,553; objc: 2,128; makefile: 356; csh: 248; perl: 35; pascal: 8
file content (19 lines) | stat: -rw-r--r-- 624 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.TH "SDL_WaitThread" "3" "Tue 11 Sep 2001, 23:01" "SDL" "SDL API Reference" 
.SH "NAME"
SDL_WaitThread \- Wait for a thread to finish\&.
.SH "SYNOPSIS"
.PP
\fB#include "SDL\&.h"
#include "SDL_thread\&.h"
.sp
\fBvoid \fBSDL_WaitThread\fP\fR(\fBSDL_Thread *thread, int *status\fR);
.SH "DESCRIPTION"
.PP
Wait for a thread to finish (timeouts are not supported)\&.
.SH "RETURN VALUE"
.PP
The return code for the thread function is placed in the area pointed to by \fBstatus\fR, if \fBstatus\fR is not \fBNULL\fR\&.
.SH "SEE ALSO"
.PP
\fI\fBSDL_CreateThread\fP\fR
.\" created by instant / docbook-to-man, Tue 11 Sep 2001, 23:01