Changeset 0ea6d07 in rtems for cpukit/score/src

Timestamp:
07/09/14 18:22:28 (10 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
6832a560
Parents:
3250664
git-author:
Joel Sherrill <joel.sherrill@…> (07/09/14 18:22:28)
git-committer:
Joel Sherrill <joel.sherrill@…> (07/15/14 18:42:30)
Message:

Use Shared Method for Thread Unblock Cleanup

When a thread is removed from a thread queue or is unblocked
by receiving an event, the same actions are required.

+ timeout watchdog canceled,
+ thread must be unblocked, and
+ (MP only) proxy cleaned up

This patch makes sure there is only one copy of this code.

(No files)

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