Changeset e366f77 in rtems for cpukit/score

Timestamp:
01/31/17 07:08:24 (7 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
f7ba2945
Parents:
70488f5
git-author:
Sebastian Huber <sebastian.huber@…> (01/31/17 07:08:24)
git-committer:
Sebastian Huber <sebastian.huber@…> (01/31/17 08:38:07)
Message:

score: Add _Thread_queue_Object_name

Add the special thread queue name _Thread_queue_Object_name to mark
thread queues embedded in an object with identifier. Using the special
thread state STATES_THREAD_QUEUE_WITH_IDENTIFIER is not reliable for
this purpose since the thread wait information and thread state are
protected by different SMP locks in separate critical sections. Remove
STATES_THREAD_QUEUE_WITH_IDENTIFIER.

Add and use _Thread_queue_Object_initialize().

Update #2858.

(No files)

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