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

Properties for CreateThreadWithProperties. More...

Variables

constexpr auto ENTRY_FUNCTION_POINTER
 Pointer to entry function.
constexpr auto NAME_STRING
 String for name.
constexpr auto USERDATA_POINTER
 Pointer to userdata.
constexpr auto STACKSIZE_NUMBER
 Number for stacksize.

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

◆ ENTRY_FUNCTION_POINTER

auto SDL::prop::Thread::Create::ENTRY_FUNCTION_POINTER
constexpr
Initial value:
=
SDL_PROP_THREAD_CREATE_ENTRY_FUNCTION_POINTER

Pointer to entry function.

◆ NAME_STRING

auto SDL::prop::Thread::Create::NAME_STRING
constexpr
Initial value:
=
SDL_PROP_THREAD_CREATE_NAME_STRING

String for name.

◆ STACKSIZE_NUMBER

auto SDL::prop::Thread::Create::STACKSIZE_NUMBER
constexpr
Initial value:
=
SDL_PROP_THREAD_CREATE_STACKSIZE_NUMBER

Number for stacksize.

◆ USERDATA_POINTER

auto SDL::prop::Thread::Create::USERDATA_POINTER
constexpr
Initial value:
=
SDL_PROP_THREAD_CREATE_USERDATA_POINTER

Pointer to userdata.