Files
rtems/cpukit/libmisc
Joel Sherrill 236b701440 2003-08-14 Joel Sherrill <joel@OARcorp.com>
PR 408/filesystem
	* cpuuse/cpuuse.c: Added sync() service. As part of adding this
	service, the new RTEMS service rtems_iterate_over_all_threads() was
	also added. This new service makes it easier to iterate over all the
	tasks/threads in a system and perform an action on them. This change
	is to use the new thread iteration service.
2003-08-14 20:25:28 +00:00
..
2003-07-08 17:33:43 +00:00
1997-09-16 13:08:58 +00:00

#
#  $Id$
#

This directory contains for the "miscellaneous" library.  Currently
this library contains a number of useful support libraries:

  + Task Stack Overflow Checker
  + Workspace Consistency Checker
  + Task Execution Time Monitor
  + Period Statistics Monitor
  + Debug Monitor

The following ideas have been mentioned for items which could go
in this library, but this list is not all inclusive:

  + there are no outstanding suggestions.

The intent of this library is to provide a home for useful utility routines
which are dependent upon RTEMS.

--joel
16 Sept 97