lwpa  0.1.0
LightWeight Platform Abstraction (lwpa)
View other versions:
LwpaThreadParams Struct Reference

Overview

A set of parameters for an lwpa_thread.

Data Fields

unsigned int thread_priority
 The priority of the thread. More...
 
unsigned int stack_size
 The stack size of the thread. More...
 
char * thread_name
 A name for the thread, maximum length LWPA_THREAD_NAME_MAX_LENGTH.
 
void * platform_data
 Pointer to a platform-specific parameter structure.
 

Field Documentation

◆ stack_size

unsigned int stack_size

The stack size of the thread.

Note that thread stack size is not valid on all platforms.

◆ thread_priority

unsigned int thread_priority

The priority of the thread.

Note that thread priority is not valid on all platforms.


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