Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5131 clevermous 1
2
>
3
>
4
>SDL_WaitThread
5
>
6
NAME="GENERATOR"
7
CONTENT="Modular DocBook HTML Stylesheet Version 1.64
8
">
9
REL="HOME"
10
TITLE="SDL Library Documentation"
11
HREF="index.html">
12
REL="UP"
13
TITLE="Multi-threaded Programming"
14
HREF="thread.html">
15
REL="PREVIOUS"
16
TITLE="SDL_GetThreadID"
17
HREF="sdlgetthreadid.html">
18
REL="NEXT"
19
TITLE="SDL_KillThread"
20
HREF="sdlkillthread.html">
21
>
22
CLASS="REFENTRY"
23
BGCOLOR="#FFF8DC"
24
TEXT="#000000"
25
LINK="#0000ee"
26
VLINK="#551a8b"
27
ALINK="#ff0000"
28
>
29
CLASS="NAVHEADER"
30
>
31
WIDTH="100%"
32
BORDER="0"
33
CELLPADDING="0"
34
CELLSPACING="0"
35
>
36
>
37
COLSPAN="3"
38
ALIGN="center"
39
>SDL Library Documentation
40
>
41
>
42
>
43
WIDTH="10%"
44
ALIGN="left"
45
VALIGN="bottom"
46
>
47
HREF="sdlgetthreadid.html"
48
>Prev
49
>
50
>
51
WIDTH="80%"
52
ALIGN="center"
53
VALIGN="bottom"
54
>
55
>
56
WIDTH="10%"
57
ALIGN="right"
58
VALIGN="bottom"
59
>
60
HREF="sdlkillthread.html"
61
>Next
62
>
63
>
64
>
65
>
66
ALIGN="LEFT"
67
WIDTH="100%">
68
>
69
>
70
NAME="SDLWAITTHREAD"
71
>SDL_WaitThread
72
>
73
>
74
CLASS="REFNAMEDIV"
75
>
76
NAME="AEN7217"
77
>
78
>
79
>Name
80
>SDL_WaitThread -- Wait for a thread to finish.
81
>
82
CLASS="REFSYNOPSISDIV"
83
>
84
NAME="AEN7220"
85
>
86
>
87
>Synopsis
88
>
89
CLASS="FUNCSYNOPSIS"
90
>
91
NAME="AEN7221"
92
>
93
>
94
>
95
>
96
CLASS="FUNCSYNOPSISINFO"
97
>#include "SDL.h"
98
#include "SDL_thread.h"
99
>
100
>
101
>
102
CLASS="FUNCDEF"
103
>void 
104
CLASS="FSFUNC"
105
>SDL_WaitThread
106
>
107
>(SDL_Thread *thread, int *status);
108
>
109
>
110
>
111
>
112
>
113
>
114
CLASS="REFSECT1"
115
>
116
NAME="AEN7227"
117
>
118
>
119
>Description
120
>
121
>Wait for a thread to finish (timeouts are not supported).
122
>
123
>
124
CLASS="REFSECT1"
125
>
126
NAME="AEN7230"
127
>
128
>
129
>Return Value
130
>
131
>The return code for the thread function is placed in the area pointed to by
132
133
CLASS="PARAMETER"
134
>
135
>status
136
>
137
>, if 
138
CLASS="PARAMETER"
139
>
140
>status
141
>
142
> is not
143
144
CLASS="RETURNVALUE"
145
>NULL
146
>.
147
>
148
>
149
CLASS="REFSECT1"
150
>
151
NAME="AEN7236"
152
>
153
>
154
>See Also
155
>
156
>
157
HREF="sdlcreatethread.html"
158
>
159
CLASS="FUNCTION"
160
>SDL_CreateThread
161
>
162
>
163
>
164
>
165
CLASS="NAVFOOTER"
166
>
167
ALIGN="LEFT"
168
WIDTH="100%">
169
WIDTH="100%"
170
BORDER="0"
171
CELLPADDING="0"
172
CELLSPACING="0"
173
>
174
>
175
WIDTH="33%"
176
ALIGN="left"
177
VALIGN="top"
178
>
179
HREF="sdlgetthreadid.html"
180
>Prev
181
>
182
>
183
WIDTH="34%"
184
ALIGN="center"
185
VALIGN="top"
186
>
187
HREF="index.html"
188
>Home
189
>
190
>
191
WIDTH="33%"
192
ALIGN="right"
193
VALIGN="top"
194
>
195
HREF="sdlkillthread.html"
196
>Next
197
>
198
>
199
>
200
>
201
WIDTH="33%"
202
ALIGN="left"
203
VALIGN="top"
204
>SDL_GetThreadID
205
>
206
WIDTH="34%"
207
ALIGN="center"
208
VALIGN="top"
209
>
210
HREF="thread.html"
211
>Up
212
>
213
>
214
WIDTH="33%"
215
ALIGN="right"
216
VALIGN="top"
217
>SDL_KillThread
218
>
219
>
220
>
221
>
222
>
223
>