devela
0.23.0-wip
In devela::
_
dep::
sdl3::
sys::
thread
Structs
SDL_Thread
SDL_ThreadPriority
SDL_ThreadState
Constants
SDL_BeginThreadFunction
SDL_EndThreadFunction
SDL_PROP_THREAD_CREATE_ENTRY_FUNCTION_POINTER
SDL_PROP_THREAD_CREATE_NAME_STRING
SDL_PROP_THREAD_CREATE_STACKSIZE_NUMBER
SDL_PROP_THREAD_CREATE_USERDATA_POINTER
SDL_THREAD_ALIVE
SDL_THREAD_COMPLETE
SDL_THREAD_DETACHED
SDL_THREAD_PRIORITY_HIGH
SDL_THREAD_PRIORITY_LOW
SDL_THREAD_PRIORITY_NORMAL
SDL_THREAD_PRIORITY_TIME_CRITICAL
SDL_THREAD_UNKNOWN
Functions
SDL_CleanupTLS
SDL_CreateThread
SDL_CreateThreadRuntime
SDL_CreateThreadWithProperties
SDL_CreateThreadWithPropertiesRuntime
SDL_DetachThread
SDL_GetCurrentThreadID
SDL_GetTLS
SDL_GetThreadID
SDL_GetThreadName
SDL_GetThreadState
SDL_SetCurrentThreadPriority
SDL_SetTLS
SDL_WaitThread
Type Aliases
SDL_TLSDestructorCallback
SDL_TLSID
SDL_ThreadFunction
SDL_ThreadID
devela
::
_dep
::
sdl3
::
sys
::
thread
Constant
SDL_EndThreadFunction
Copy item path
Settings
Help
Summary
pub const SDL_EndThreadFunction:
Option
<unsafe extern "C"
fn
()>;
Available on
crate feature
dep_sdl3
only.