#1938 closed defect (fixed)

Remove suspend_count in Thread_Control?

Reported by: Sebastian Huber Owned by: Joel Sherrill
Priority: normal Milestone: 4.11
Component: score Version: 4.11
Severity: normal Keywords:
Cc: ralf.corsepius@… Blocked By:
Blocking:

Description

A "grep -r '\<suspend_count\>' ." yields:

./cpukit/score/include/rtems/score/thread.h: uint32_t suspend_count;

We should probably remove this field. It was used in the ITRON API:

http://www.rtems.org/cvsweb/cvsweb.cgi/rtems/cpukit/score/src/Attic/threadresume.c.diff?r1=1.8;r2=1.9

Change History (3)

comment:1 Changed on 10/17/11 at 12:40:06 by Ralf Corsepius

Cc: Ralf Corsepius added

comment:2 Changed on 10/17/11 at 14:18:00 by Sebastian Huber

Resolution: fixed
Status: newclosed

Committed to CVS head.

comment:3 Changed on 11/24/14 at 18:58:28 by Gedare Bloom

Version: HEAD4.11

Replace Version=HEAD with Version=4.11 for the tickets with Milestone >= 4.11

Note: See TracTickets for help on using tickets.