Properties for CreateThreadWithProperties.
More...
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
◆ 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.