Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (16 loc) · 483 Bytes

SDL_GetThreadID.3

File metadata and controls

16 lines (16 loc) · 483 Bytes
 
Sep 14, 2001
Sep 14, 2001
1
.TH "SDL_GetThreadID" "3" "Tue 11 Sep 2001, 23:00" "SDL" "SDL API Reference"
Apr 26, 2001
Apr 26, 2001
2
.SH "NAME"
Dec 29, 2007
Dec 29, 2007
3
SDL_GetThreadID \- Get the SDL thread ID of a SDL_Thread
Apr 26, 2001
Apr 26, 2001
4
5
6
7
8
9
10
11
12
13
14
15
.SH "SYNOPSIS"
.PP
\fB#include "SDL\&.h"
#include "SDL_thread\&.h"
.sp
\fBUint32 \fBSDL_GetThreadID\fP\fR(\fBSDL_Thread *thread\fR);
.SH "DESCRIPTION"
.PP
Returns the ID of a \fBSDL_Thread\fR created by \fISDL_CreateThread\fR\&.
.SH "SEE ALSO"
.PP
\fISDL_CreateThread\fR
Sep 14, 2001
Sep 14, 2001
16
...\" created by instant / docbook-to-man, Tue 11 Sep 2001, 23:00