22 Thread_Visitor visitor,
36 if ( information == NULL ) {
42 for ( index = 0 ; index < maximum ; ++index ) {
47 if ( the_thread != NULL ) {
50 done = (* visitor )( the_thread, arg );
#define OBJECTS_APIS_LAST
static __inline__ Objects_Maximum _Objects_Get_maximum_index(const Objects_Information *information)
Returns the maximum index of the specified object class.
Objects_Information **const _Objects_Information_table[OBJECTS_APIS_LAST+1]
void _Thread_Iterate(Thread_Visitor visitor, void *arg)
Calls the visitor with all threads and the given argument until it is done.
Inlined Routines from the Thread Handler.
#define _Assert(_e)
Assertion similar to assert() controlled via RTEMS_DEBUG instead of NDEBUG.