From 17c6686753e583c8a8c37474beea6e67d9b5a43f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 14 Aug 2003 20:04:18 +0000 Subject: 2003-08-14 Joel Sherrill PR 408/filesystem * score/Makefile.am, score/include/rtems/score/thread.h: 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. * score/src/iterateoverthreads.c: New file. * ChangeLog: Fixed screwup. --- cpukit/score/ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'cpukit/score/ChangeLog') diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog index 860b886692..8fb864cf74 100644 --- a/cpukit/score/ChangeLog +++ b/cpukit/score/ChangeLog @@ -1,6 +1,13 @@ 2003-08-14 Joel Sherrill - * ChangeLog: Add fileio to list of interactive tests. + PR 408/filesystem + * score/Makefile.am, score/include/rtems/score/thread.h: 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. + * score/src/iterateoverthreads.c: New file. + * ChangeLog: Fixed screwup. 2003-07-18 Till Straumann -- cgit v1.2.3