RTEMS  5.0.0
Functions
threadstackallocate.c File Reference

Stack Allocate Helper. More...

#include <rtems/score/threadimpl.h>
#include <rtems/score/stackimpl.h>
#include <rtems/config.h>

Functions

size_t _Thread_Stack_Allocate (Thread_Control *the_thread, size_t stack_size)
 Allocate the requested stack space for the thread. More...
 

Detailed Description

Stack Allocate Helper.