RTEMS CPU Kit with SuperCore  4.11.3
Data Fields
posix_initialization_threads_table Struct Reference

For now, we are only allowing the user to specify the entry point and stack size for POSIX initialization threads. More...

#include <config.h>

Data Fields

void *(* thread_entry )(void *)
 This is the entry point for a POSIX initialization thread. More...
 
int stack_size
 This is the stack size for a POSIX initialization thread. More...
 

Detailed Description

For now, we are only allowing the user to specify the entry point and stack size for POSIX initialization threads.

Field Documentation

◆ stack_size

int posix_initialization_threads_table::stack_size

This is the stack size for a POSIX initialization thread.

◆ thread_entry

void*(* posix_initialization_threads_table::thread_entry) (void *)

This is the entry point for a POSIX initialization thread.


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