summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/objectactivecount.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Create object implementation headerSebastian Huber2013-07-261-1/+1
| | | | | | Move implementation specific parts of object.h and object.inl into new header file objectimpl.h. The object.h contains now only the application visible API.
* score: Create chain implementation headerSebastian Huber2013-07-221-0/+1
| | | | | | Move implementation specific parts of chain.h and chain.inl into new header file chainimpl.h. The chain.h contains now only the application visible API.
* score: Add _Objects_Active_count()Sebastian Huber2012-12-211-0/+29