1SDL_GetThreadID(3) SDL API Reference SDL_GetThreadID(3)
23
4
NAME
6SDL_GetThreadID - Get the SDL thread ID of a SDL_Thread
7
SYNOPSIS
9#include "SDL.h" #include "SDL_thread.h"
1011
Uint32 SDL_GetThreadID(SDL_Thread *thread);
12
DESCRIPTION
14Returns the ID of a SDL_Thread created by SDL_CreateThread.
15
SEE ALSO
17SDL_CreateThread
1819
20
21
SDL Tue 11 Sep 2001, 23:00 SDL_GetThreadID(3)