RTEMS 6.1-rc2
|
Macros | |
#define | CONFIGURE_POSIX_INIT_THREAD_ENTRY_POINT |
This configuration option is an initializer define. | |
#define | CONFIGURE_POSIX_INIT_THREAD_STACK_SIZE |
This configuration option is an integer define. | |
#define | CONFIGURE_POSIX_INIT_THREAD_TABLE |
This configuration option is a boolean feature define. | |
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 * )
.#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 following constraints apply to this configuration option:
<rtems/confdefs.h>
does not overflow an integer of type uintptr_t. #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 at least one of the following configuration options
CONFIGURE_POSIX_INIT_THREAD_TABLE
, orotherwise a compile time error in the configuration file will occur.
If no Classic API initialization task is configured, then the POSIX API initialization thread performs the Global Construction.