22 #ifndef _RTEMS_STACKCHK_H 23 #define _RTEMS_STACKCHK_H 99 void rtems_stack_checker_begin_extension(
Thread_Control *executing );
123 #define RTEMS_STACK_CHECKER_EXTENSION \ 125 rtems_stack_checker_create_extension, \ 129 rtems_stack_checker_switch_extension, \ 130 rtems_stack_checker_begin_extension, \ void rtems_stack_checker_switch_extension(Thread_Control *running, Thread_Control *heir)
Stack Checker Task Context Switch Extension.
bool rtems_stack_checker_create_extension(Thread_Control *running, Thread_Control *the_thread)
Stack Checker Task Create Extension.
void rtems_stack_checker_report_usage_with_plugin(const rtems_printer *printer)
Print the stack usage report using caller's routine.
Definition: check.c:461
void rtems_stack_checker_report_usage(void)
Print the stack usage report using printk.
Definition: check.c:491
bool rtems_stack_checker_is_blown(void)
Checks if current task is blown its stack.
Definition: check.c:330
User print interface to the bspIO print plug in.
Constants and Structures Related with the Thread Control Block.