EEROS  0.4.1.0
API for the EEROS Real-Time Robotics Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
PeriodicThread_POSIX.cpp File Reference
#include <eeros/core/PeriodicThread.hpp>
#include <sched.h>
#include <time.h>
#include <sys/mman.h>
Include dependency graph for PeriodicThread_POSIX.cpp:

Macros

#define RT_PRIORITY   (49) /* we use 49 as the PRREMPT_RT use 50 as the priority of kernel tasklets and interrupt handler by default */
 
#define MAX_SAFE_STACK   (8*1024) /* The maximum stack size which is guaranteed safe to access without faulting */
 

Functions

void stack_prefault ()
 

Macro Definition Documentation

#define MAX_SAFE_STACK   (8*1024) /* The maximum stack size which is guaranteed safe to access without faulting */
#define RT_PRIORITY   (49) /* we use 49 as the PRREMPT_RT use 50 as the priority of kernel tasklets and interrupt handler by default */

Function Documentation

void stack_prefault ( )

Here is the caller graph for this function: