RTEMS 6.1-rc5
|
This source file contains the implementation of rtems_task_iterate(). More...
#include <rtems/rtems/tasks.h>
#include <rtems/score/threadimpl.h>
#include <rtems/score/objectimpl.h>
Functions | |
void | rtems_task_iterate (rtems_task_visitor visitor, void *arg) |
Iterates over all tasks and invokes the visitor routine for each task. | |
This source file contains the implementation of rtems_task_iterate().