RTEMS CPU Kit with SuperCore
4.11.3
|
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... | |
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.