sdl.thread

Undocumented in source.

Members

Aliases

SDL_TLSID
alias SDL_TLSID = uint
Undocumented in source.
SDL_ThreadFunction
alias SDL_ThreadFunction = int function(void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_ThreadPriority
alias SDL_ThreadPriority = int
Undocumented in source.
SDL_beginthread
alias SDL_beginthread = _beginthread
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_beginthread
alias SDL_beginthread = _beginthreadex
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_endthread
alias SDL_endthread = _endthread
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_endthread
alias SDL_endthread = _endthreadex
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_threadID
alias SDL_threadID = c_ulong
Undocumented in source.
TLSDestructor
alias TLSDestructor = void function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pfnSDL_CurrentBeginThread
alias pfnSDL_CurrentBeginThread = uintptr_t function(start_address, void*, uint, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pfnSDL_CurrentBeginThread
alias pfnSDL_CurrentBeginThread = uintptr_t function(void*, uint, start_address, void*, uint, uint*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pfnSDL_CurrentEndThread
alias pfnSDL_CurrentEndThread = void function(uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pfnSDL_CurrentEndThread
alias pfnSDL_CurrentEndThread = void function(uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

SDL_THREAD_PRIORITY_LOW
anonymousenum SDL_THREAD_PRIORITY_LOW
Undocumented in source.
SDL_THREAD_PRIORITY_TIME_CRITICAL
anonymousenum SDL_THREAD_PRIORITY_TIME_CRITICAL
Undocumented in source.

Functions

SDL_CreateThreadImpl
SDL_Thread* SDL_CreateThreadImpl(SDL_ThreadFunction fn, const(char)* name, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
SDL_CreateThreadWithStackSizeImpl
SDL_Thread* SDL_CreateThreadWithStackSizeImpl(SDL_ThreadFunction fn, const(char)* name, const(size_t) stackSize, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

SDL_Thread
struct SDL_Thread
Undocumented in source.

Meta