#include <pthread.h> int pthread_attr_getstacksize( const pthread_attr_t *attr, size_t *stacksize );
The pthread_attr_getstacksize routine is used to obtain the
stacksize attribute in the attr thread attribute
object.
As required by POSIX, RTEMS defines the feature symbol
_POSIX_THREAD_ATTR_STACKSIZE to indicate that this
routine is supported.
Copyright © 1988-2004 OAR Corporation