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 fn, const(char)* name, const(size_t) stacksize, void* data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread)
    version(Windows)
    extern (C) @nogc nothrow
    static if(staticBinding)
    static if(sdlSupport >= SDLSupport.sdl209)
    SDL_CreateThreadWithStackSize
    (,
    const(char)* name
    ,
    const(size_t) stacksize
    ,
    void* data
    ,
    pfnSDL_CurrentBeginThread pfnBeginThread
    ,
    pfnSDL_CurrentEndThread pfnEndThread
    )
  2. SDL_Thread* SDL_CreateThreadWithStackSize(SDL_ThreadFunction fn, const(char)* name, const(size_t) stacksize, void* data)
  3. pSDL_CreateThreadWithStackSize SDL_CreateThreadWithStackSize;

Meta