RTEMS
|
Macros | |
#define | CONFIGURE_POSIX_INIT_THREAD_ENTRY_POINT |
This configuration option is an initializer define. More... | |
#define | CONFIGURE_POSIX_INIT_THREAD_STACK_SIZE |
This configuration option is an integer define. More... | |
#define | CONFIGURE_POSIX_INIT_THREAD_TABLE |
This configuration option is a boolean feature define. More... | |
This section describes configuration options related to the POSIX initialization thread.
#define CONFIGURE_POSIX_INIT_THREAD_ENTRY_POINT |
This configuration option is an initializer define.
The value of this configuration option initializes the entry point of the POSIX API initialization thread.
POSIX_Init
.void *( *entry_point )( void * )
.Definition at line 3856 of file appl-config.h.
#define CONFIGURE_POSIX_INIT_THREAD_STACK_SIZE |
This configuration option is an integer define.
The value of this configuration option defines the thread stack size of the POSIX API initialization thread.
The value of this configuration option shall satisfy all of the following constraints:
<rtems/confdefs.h>
does not overflow an integer of type uintptr_t. Definition at line 3881 of file appl-config.h.
#define CONFIGURE_POSIX_INIT_THREAD_TABLE |
This configuration option is a boolean feature define.
In case this configuration option is defined, then exactly one POSIX initialization thread is configured.
The application shall define exactly one of the following configuration options
CONFIGURE_POSIX_INIT_THREAD_TABLE
, orotherwise a compile time error in the configuration file will occur.
Definition at line 3909 of file appl-config.h.