bindbc-sdl ~master (2021-07-21T07:33:23Z)
Dub
Repo
pSDL_CreateThreadWithStackSize
bindbc
sdl
bind
sdlthread
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
alias
pSDL_CreateThreadWithStackSize
=
SDL_Thread
*
function
(
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
)
alias
pSDL_CreateThreadWithStackSize
=
SDL_Thread
*
function
(
SDL_ThreadFunction
fn
,
const
(
char
)*
name
,
const
(
size_t
)
stacksize
,
void
*
data
,
pfnSDL_CurrentBeginThread
pfnBeginThread
,
pfnSDL_CurrentEndThread
pfnEndThread
)
alias
pSDL_CreateThreadWithStackSize
=
SDL_Thread
*
function
(
SDL_ThreadFunction
fn
,
const
(
char
)*
name
,
const
(
size_t
)
stacksize
,
void
*
data
)
Meta
Source
See Implementation
bindbc
sdl
bind
sdlthread
aliases
SDL_TLSID
SDL_ThreadFunction
SDL_threadID
TLSDestructor
pSDL_CreateThread
pSDL_CreateThreadWithStackSize
pSDL_DetachThread
pSDL_GetThreadID
pSDL_GetThreadName
pSDL_SetThreadPriority
pSDL_TLSCreate
pSDL_TLSGet
pSDL_TLSSet
pSDL_ThreadID
pSDL_WaitThread
enums
SDL_ThreadPriority
functions
SDL_CreateThread
SDL_CreateThreadImpl
SDL_CreateThreadWithStackSize
SDL_CreateThreadWithStackSizeImpl
SDL_DetachThread
SDL_GetThreadID
SDL_GetThreadName
SDL_SetThreadPriority
SDL_TLSCreate
SDL_TLSGet
SDL_TLSSet
SDL_ThreadID
SDL_WaitThread
structs
SDL_Thread