RTEMS 6.1-rc1
Functions
threaditerate.c File Reference

This source file contains the implementation of _Thread_Iterate(). More...

#include <rtems/score/threadimpl.h>

Functions

void _Thread_Iterate (Thread_Visitor visitor, void *arg)
 Calls the visitor with all threads and the given argument until it is done. More...
 

Detailed Description

This source file contains the implementation of _Thread_Iterate().