SDL_CreateThreadWithStackSize

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_CreateThreadWithStackSize(SDL_ThreadFunction , const(char)* , const(size_t) , void* , pSDL_beginthread , pSDL_endthread )
  2. SDL_Thread* SDL_CreateThreadWithStackSize(SDL_ThreadFunction , const(char)* , const(size_t) , void* )
    version(!Windows)
    extern (C) @nogc nothrow
    static if(staticBinding)
    static if(sdlSupport >= SDLSupport.sdl209)
    SDL_CreateThreadWithStackSize
    (,
    const(char)*
    ,
    const(size_t)
    ,
    void*
    )
  3. pSDL_CreateThreadWithStackSize SDL_CreateThreadWithStackSize;

Meta