summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/assocthreadstatestostring.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-31score: Add _Thread_queue_Object_nameSebastian Huber1-1/+0
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.
2017-01-12Add and use rtems_assoc_thread_states_to_string()Sebastian Huber1-0/+58