Embedded Wireless Framework
Data Fields

The platform thread structure. More...

#include <ewf_platform_freertos.h>

Data Fields

StaticTask_t task
 
char * name_ptr
 
ewf_platform_thread_function thread_function_ptr
 
void * thread_function_data
 
StackType_t * stack_ptr
 
uint32_t stack_size
 
UBaseType_t priority
 
TaskHandle_t task_handle
 
pthread_t thread
 
pthread_attr_t attr
 
size_t stacksize
 
int prio
 
TX_THREAD thread
 
CHAR * name_cstr
 
VOID * stack_ptr
 
unsigned stack_size
 
UINT priority
 
UINT preempt_threshold
 
ULONG time_slice
 
HANDLE hThread
 
unsigned dwThreadId
 

Detailed Description

The platform thread structure.

*** group_configuration_platform_freertos

*** group_configuration_platform_pthread

*** group_configuration_platform_threadx

*** group_configuration_platform_win32


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