Changeset 1ccbd052 in rtems for testsuites

Timestamp:
04/15/15 08:53:29 (9 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
fd53d25
Parents:
6d253941
git-author:
Sebastian Huber <sebastian.huber@…> (04/15/15 08:53:29)
git-committer:
Sebastian Huber <sebastian.huber@…> (05/19/15 10:00:43)
Message:

score: Add Watchdog_Iterator

Rewrite the _Watchdog_Insert(), _Watchdog_Remove() and
_Watchdog_Tickle() functions to use iterator items to synchronize
concurrent operations. This makes it possible to get rid of the global
variables _Watchdog_Sync_level and _Watchdog_Sync_count which are a
blocking point for scalable SMP solutions.

Update #2307.

(No files)

Note: See TracChangeset for help on using the changeset viewer.