Changeset 5250ff39 in rtems for cpukit/libmisc/monitor


Ignore:
Timestamp:
08/23/95 21:06:31 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
7f6a24ab
Parents:
3235ad9
Message:

Moved _Thread_Information -> _RTEMS_tasks_Information.

Added a table of object information control blocks.

Modified _Thread_Get so it looks up a thread regardless of which
thread management "entity" (manager, internal, etc) actually "owns" it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libmisc/monitor/mon-object.c

    r3235ad9 r5250ff39  
    6161    },
    6262    { RTEMS_OBJECT_TASK,
    63       (void *) &_Thread_Information,
     63      (void *) &_RTEMS_tasks_Information,
    6464      sizeof(rtems_monitor_task_t),
    6565      (rtems_monitor_object_next_fn)        rtems_monitor_manager_next,
Note: See TracChangeset for help on using the changeset viewer.