SDL3pp
A slim C++ wrapper for SDL3
Loading...
Searching...
No Matches
SDL::prop::thread Namespace Reference

Properties for CreateThreadWithProperties. More...

Variables

constexpr auto CREATE_ENTRY_FUNCTION_POINTER
constexpr auto CREATE_NAME_STRING = SDL_PROP_THREAD_CREATE_NAME_STRING
constexpr auto CREATE_USERDATA_POINTER
constexpr auto CREATE_STACKSIZE_NUMBER

Detailed Description

Properties for CreateThreadWithProperties.

These are properties that can be passed to CreateThreadWithProperties() in the props parameter. See that function for details on what these properties do and how to use them.

See also
CreateThreadWithProperties

Variable Documentation

◆ CREATE_ENTRY_FUNCTION_POINTER

auto SDL::prop::thread::CREATE_ENTRY_FUNCTION_POINTER
constexpr
Initial value:
=
SDL_PROP_THREAD_CREATE_ENTRY_FUNCTION_POINTER

◆ CREATE_STACKSIZE_NUMBER

auto SDL::prop::thread::CREATE_STACKSIZE_NUMBER
constexpr
Initial value:
=
SDL_PROP_THREAD_CREATE_STACKSIZE_NUMBER

◆ CREATE_USERDATA_POINTER

auto SDL::prop::thread::CREATE_USERDATA_POINTER
constexpr
Initial value:
=
SDL_PROP_THREAD_CREATE_USERDATA_POINTER