SDL_CreateThread

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. SDL_Thread* SDL_CreateThread(SDL_ThreadFunction fn, const(char)* name, void* data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread)
  2. SDL_Thread* SDL_CreateThread(SDL_ThreadFunction , const(char)* , void* )
    version(!Windows)
    extern (C) @nogc nothrow
    static if(staticBinding)
    SDL_CreateThread
    (,
    const(char)*
    ,
    void*
    )
  3. pSDL_CreateThread SDL_CreateThread;

Meta