Changeset 1e1a91ed in rtems for cpukit/score/src/threadq.c

Timestamp:
03/23/16 09:01:31 (8 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
97bbf02
Parents:
9c7de43
git-author:
Sebastian Huber <sebastian.huber@…> (03/23/16 09:01:31)
git-committer:
Sebastian Huber <sebastian.huber@…> (03/29/16 05:26:42)
Message:

score: Remove Thread_queue_Queue::operations field

Remove the Thread_queue_Queue::operations field to reduce the size of
this structure. Add a thread queue operations parameter to the
_Thread_queue_First(), _Thread_queue_First_locked(),
_Thread_queue_Enqueue(), _Thread_queue_Dequeue() and
_Thread_queue_Flush() functions. This is a preparation patch to reduce
the size of several synchronization objects.

(No files)

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