Final Platform Layer 0.9.8-beta
Loading...
Searching...
No Matches
Data Fields
fplThreadParameters Struct Reference

Contains creation parameters for fplThreadCreateWithParameters() More...

#include <final_platform_layer.h>

Data Fields

fplThreadPriority priority
 The fplThreadPriority.
 
fpl_run_thread_callbackrunFunc
 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

Contains creation parameters for fplThreadCreateWithParameters()

Definition at line 4601 of file final_platform_layer.h.

Field Documentation

◆ priority

fplThreadPriority fplThreadParameters::priority

The fplThreadPriority.

Definition at line 4609 of file final_platform_layer.h.

◆ runFunc

fpl_run_thread_callback* fplThreadParameters::runFunc

The fpl_run_thread_callback.

Definition at line 4605 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 4607 of file final_platform_layer.h.

◆ userData

void* fplThreadParameters::userData

The user data passed to the run callback.

Definition at line 4603 of file final_platform_layer.h.


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