bindbc-sdl v1.4.8 (2024-07-02T09:16:45Z)
Dub
Repo
SDL_CreateThreadImpl
sdl
thread
Undocumented in source. Be warned that the author may not have intended to support it.
version(Win_OS2_GDK)
pragma(
inline
, true) nothrow @
nogc
SDL_Thread
*
SDL_CreateThreadImpl
(
SDL_ThreadFunction
fn
,
const
(
char
)*
name
,
void
*
data
)
Meta
Source
See Implementation
sdl
thread
aliases
SDL_TLSID
SDL_ThreadFunction
SDL_ThreadPriority
SDL_beginthread
SDL_endthread
SDL_threadID
TLSDestructor
pfnSDL_CurrentBeginThread
pfnSDL_CurrentEndThread
enums
SDL_THREAD_PRIORITY_LOW
SDL_THREAD_PRIORITY_TIME_CRITICAL
functions
SDL_CreateThreadImpl
SDL_CreateThreadWithStackSizeImpl
structs
SDL_Thread