Changeset 69aa3349 in rtems for cpukit/sapi/include/confdefs.h

Timestamp:
04/08/14 07:42:29 (10 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
0712d17
Parents:
e1598a6
git-author:
Sebastian Huber <sebastian.huber@…> (04/08/14 07:42:29)
git-committer:
Sebastian Huber <sebastian.huber@…> (04/15/14 06:37:12)
Message:

score: Simplify thread control initialization

The thread control block contains fields that point to application
configuration dependent memory areas, like the scheduler information,
the API control blocks, the user extension context table, the RTEMS
notepads and the Newlib re-entrancy support. Account for these areas in
the configuration and avoid extra workspace allocations for these areas.

This helps also to avoid heap fragementation and reduces the per thread
memory due to a reduced heap allocation overhead.

(No files)

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