summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/objectactivecount.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: PR2152: Use allocator mutex for objectsSebastian Huber2014-03-311-2/+8
| | | | | Use allocator mutex for objects allocate/free. This prevents that the thread dispatch latency depends on the workspace/heap fragmentation.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* 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