[RTEMS Project] #2858: Add user defined thread names

RTEMS trac trac at rtems.org
Tue Jan 31 09:11:16 UTC 2017


#2858: Add user defined thread names
-----------------------------+------------------------------
 Reporter:  sebastian.huber  |       Owner:  sebastian.huber
     Type:  enhancement      |      Status:  new
 Priority:  normal           |   Milestone:  4.12
Component:  cpukit           |     Version:  4.12
 Severity:  normal           |  Resolution:
 Keywords:                   |
-----------------------------+------------------------------

Comment (by Sebastian Huber <sebastian.huber@…>):

 In [changeset:"e366f774a76d3607ad41dc0992e787ce38df980d/rtems"]:
 {{{
 #!CommitTicketReference repository="rtems"
 revision="e366f774a76d3607ad41dc0992e787ce38df980d"
 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.
 }}}

--
Ticket URL: <http://devel.rtems.org/ticket/2858#comment:12>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list