[][src]Function sdl2_sys::SDL_GetThreadID

pub unsafe extern "C" fn SDL_GetThreadID(
    thread: *mut SDL_Thread
) -> SDL_threadID

Get the thread identifier for the specified thread.

Equivalent to SDL_ThreadID() if the specified thread is NULL.