Skip to content

fplThreadParameters Struct Reference

Finalspace edited this page May 29, 2026 · 1 revision

Stores creation parameters for fplThreadCreateWithParameters(). More...

#include <final_platform_layer.h>

Data Fields

Type Name
fplThreadPriority priority
The fplThreadPriority.
fpl_run_thread_callback * runFunc
The fpl_run_thread_callback.
size_t stackSize
The stack size in bytes or zero for using the default size.
void * userData
The user data passed to the run callback.

Detailed Description

Stores creation parameters for fplThreadCreateWithParameters().

Definition at line 7394 of file final_platform_layer.h.

Field Documentation

priority

fplThreadPriority fplThreadParameters::priority

The fplThreadPriority.

Definition at line 7402 of file final_platform_layer.h.

runFunc

fpl_run_thread_callback* fplThreadParameters::runFunc

The fpl_run_thread_callback.

Definition at line 7398 of file final_platform_layer.h.

stackSize

size_t fplThreadParameters::stackSize

The stack size in bytes or zero for using the default size.

Definition at line 7400 of file final_platform_layer.h.

userData

void* fplThreadParameters::userData

The user data passed to the run callback.

Definition at line 7396 of file final_platform_layer.h.


The documentation for this struct was generated from the following file:

Final Platform Layer

Pages

Topics

Data Structures

Clone this wiki locally