1SDL_GetThreadID(3)             SDL API Reference            SDL_GetThreadID(3)
2
3
4

NAME

6       SDL_GetThreadID - Get the SDL thread ID of a SDL_Thread
7

SYNOPSIS

9       #include "SDL.h" #include "SDL_thread.h"
10
11       Uint32 SDL_GetThreadID(SDL_Thread *thread);
12

DESCRIPTION

14       Returns the ID of a SDL_Thread created by SDL_CreateThread.
15

SEE ALSO

17       SDL_CreateThread
18
19
20
21SDL                         Tue 11 Sep 2001, 23:00          SDL_GetThreadID(3)
Impressum