lwpa
0.1.0
LightWeight Platform Abstraction (lwpa)
|
View other versions:
|
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. | |
unsigned int stack_size |
The stack size of the thread.
Note that thread stack size is not valid on all platforms.
unsigned int thread_priority |
The priority of the thread.
Note that thread priority is not valid on all platforms.