RTEMS
5.0.0
|
#include <config.h>
Data Fields | |
void *(* | thread_entry )(void *) |
int | stack_size |
For now, we are only allowing the user to specify the entry point and stack size for POSIX initialization threads.
int posix_initialization_threads_table::stack_size |
This is the stack size for a POSIX initialization thread.
void*(* posix_initialization_threads_table::thread_entry) (void *) |
This is the entry point for a POSIX initialization thread.