forked from Imagelibrary/rtems
2010-11-16 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1718/cpukit * sapi/include/confdefs.h: POSIX threads are allocated twice the minimum stack space by default. confdefs.h only accounts for one minimum -- not the 2x factor.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2010-11-16 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
PR 1718/cpukit
|
||||
* sapi/include/confdefs.h: POSIX threads are allocated twice the
|
||||
minimum stack space by default. confdefs.h only accounts for one
|
||||
minimum -- not the 2x factor.
|
||||
|
||||
2010-11-16 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
PR 1717/cpukit
|
||||
|
||||
@@ -654,7 +654,8 @@ posix_initialization_threads_table POSIX_Initialization_threads[] = {
|
||||
#define CONFIGURE_MEMORY_PER_TASK_FOR_POSIX_API \
|
||||
( \
|
||||
sizeof (POSIX_API_Control) + \
|
||||
(sizeof (void *) * (CONFIGURE_GNAT_KEYS + CONFIGURE_MAXIMUM_POSIX_KEYS)) \
|
||||
CONFIGURE_MINIMUM_TASK_STACK_SIZE + \
|
||||
(sizeof (void *) * (CONFIGURE_GNAT_KEYS + CONFIGURE_MAXIMUM_POSIX_KEYS)) \
|
||||
)
|
||||
|
||||
#define CONFIGURE_MEMORY_FOR_POSIX_MUTEXES(_mutexes) \
|
||||
|
||||
Reference in New Issue
Block a user