RTEMS  5.1
Data Fields
posix_initialization_threads_table Struct Reference

#include <pthread.h>

Data Fields

void *(* thread_entry )(void *)
 
int stack_size
 

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: