[Bug 1938] New: Remove suspend_count in Thread_Control?

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Mon Oct 17 13:27:39 UTC 2011


https://www.rtems.org/bugzilla/show_bug.cgi?id=1938

           Summary: Remove suspend_count  in Thread_Control?
           Product: RTEMS
           Version: HEAD
          Platform: All
        OS/Version: RTEMS
            Status: NEW
          Severity: normal
          Priority: P3
         Component: cpukit
        AssignedTo: joel.sherrill at oarcorp.com
        ReportedBy: sebastian.huber at embedded-brains.de


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

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list