Skip to content

fplThreadHandle Struct Reference

Finalspace edited this page May 29, 2026 · 1 revision

Stores the thread handle structure. More...

#include <final_platform_layer.h>

Data Fields

Type Name
volatile fplThreadState currentState
Thread state.
uint64_t id
The identifier of the thread.
fplInternalThreadHandle internalHandle
The internal thread handle.
volatile fpl_b32 isStopping
Is this thread stopping.
volatile fpl_b32 isValid
Is this thread valid.
fplThreadParameters parameters
The initial fplThreadParameters.

Detailed Description

Stores the thread handle structure.

Definition at line 7409 of file final_platform_layer.h.

Field Documentation

currentState

volatile fplThreadState fplThreadHandle::currentState

Thread state.

Definition at line 7415 of file final_platform_layer.h.

id

uint64_t fplThreadHandle::id

The identifier of the thread.

Definition at line 7418 of file final_platform_layer.h.

internalHandle

fplInternalThreadHandle fplThreadHandle::internalHandle

The internal thread handle.

Definition at line 7411 of file final_platform_layer.h.

isStopping

volatile fpl_b32 fplThreadHandle::isStopping

Is this thread stopping.

Definition at line 7422 of file final_platform_layer.h.

isValid

volatile fpl_b32 fplThreadHandle::isValid

Is this thread valid.

Definition at line 7420 of file final_platform_layer.h.

parameters

fplThreadParameters fplThreadHandle::parameters

The initial fplThreadParameters.

Definition at line 7413 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