Changeset b84a51c in rtems for cpukit/rtems

Timestamp:
11/10/15 16:23:12 (8 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
459ebc8
Parents:
610909f
git-author:
Sebastian Huber <sebastian.huber@…> (11/10/15 16:23:12)
git-committer:
Sebastian Huber <sebastian.huber@…> (11/12/15 07:21:45)
Message:

score: Fix race condition on SMP

We must ensure that the Thread_Control::Wait information update is
visible to the target thread before we update its wait flags, otherwise
we may return out of date events or a wrong status.

(No files)

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