Changeset 02c4c441 in rtems for cpukit/posix

Timestamp:
04/23/15 08:01:22 (9 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
568af83
Parents:
08fe84b
git-author:
Sebastian Huber <sebastian.huber@…> (04/23/15 08:01:22)
git-committer:
Sebastian Huber <sebastian.huber@…> (05/19/15 10:00:45)
Message:

score: Add Thread_queue_Control::Lock

Move the complete thread queue enqueue procedure into
_Thread_queue_Enqueue_critical(). It is possible to use the thread
queue lock to protect state of the object embedding the thread queue.
This enables per object fine grained locking in the future.

Delete _Thread_queue_Enter_critical_section().

Update #2273.

(No files)

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