#include <femtoos_types.h>
Data Fields | |
Tstack | pcStackLevel |
Tuint08 | uiTaskStatus |
This includes the status, the delay, the stack level, information about the held locks, if the task is still running, return values, nesting levels of interrupts and lock values of queues. Furthermore some task statistics are kept. Several members of the structure are optional and are only compiled in if that functionality is used.
Definition at line 207 of file femtoos_types.h.
Definition at line 208 of file femtoos_types.h.
Referenced by genResume(), privInitOs(), privTaskInit(), and privWakeupFromLowPower().
Tuint08 TtaskControlBlock::uiTaskStatus |
Definition at line 209 of file femtoos_types.h.
Referenced by genAddtoTickCount(), genGetPriority(), genResume(), genSetPriority(), genSuspend(), privDelayCalc(), privFileOpenBody(), privMakeTasksRunable(), privPutAllTasksToSleep(), privRestartBody(), privSleepBody(), privSuspendBody(), privSwitchContext(), privTaskInit(), privTerminateBody(), privWaitForEventBody(), privWaitForFsAccessBody(), privWakeupFromDelay(), privWakeupFromLowPower(), taskDisableSwitchTask(), taskEnableSwitchTask(), taskEnterSwitchCritical(), and taskExitSwitchCritical().