SDL_CreateThreadWithStackSize

Undocumented in source.
  1. SDL_Thread* SDL_CreateThreadWithStackSize(SDL_ThreadFunction fn, 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;
    __gshared
    static if(!(staticBinding))
    static if(sdlSupport >= SDLSupport.sdl209)
    pSDL_CreateThreadWithStackSize SDL_CreateThreadWithStackSize;

Meta