1SDL_ThreadID(3) SDL API Reference SDL_ThreadID(3)
23
4
NAME
6SDL_ThreadID - Get the 32-bit thread identifier for the current thread.
7
SYNOPSIS
9#include "SDL.h" #include "SDL_thread.h"
1011
Uint32 SDL_ThreadID(void)
12
DESCRIPTION
14Get the 32-bit thread identifier for the current thread.
1516
17
18
SDL Tue 11 Sep 2001, 23:00 SDL_ThreadID(3)