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

The thread handle structure. More...

#include <final_platform_layer.h>

Data Fields

volatile fplThreadState currentState
 Thread state.
 
uint32_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

The thread handle structure.

Definition at line 4613 of file final_platform_layer.h.

Field Documentation

◆ currentState

volatile fplThreadState fplThreadHandle::currentState

Thread state.

Definition at line 4619 of file final_platform_layer.h.

◆ id

uint32_t fplThreadHandle::id

The identifier of the thread.

Definition at line 4621 of file final_platform_layer.h.

◆ internalHandle

fplInternalThreadHandle fplThreadHandle::internalHandle

The internal thread handle.

Definition at line 4615 of file final_platform_layer.h.

◆ isStopping

volatile fpl_b32 fplThreadHandle::isStopping

Is this thread stopping.

Definition at line 4625 of file final_platform_layer.h.

◆ isValid

volatile fpl_b32 fplThreadHandle::isValid

Is this thread valid.

Definition at line 4623 of file final_platform_layer.h.

◆ parameters

fplThreadParameters fplThreadHandle::parameters

The initial fplThreadParameters.

Definition at line 4617 of file final_platform_layer.h.


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