summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/include/rtems/chain.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove make preinstallChris Johns2018-01-251-789/+0
* score: Add missing const qualifiersSebastian Huber2016-09-061-4/+4
* score: Add debug support to chainsSebastian Huber2016-07-221-0/+15
* score: Delete _Chain_Append()Sebastian Huber2016-04-061-10/+0
* score: Delete _Chain_Get()Sebastian Huber2016-04-061-9/+0
* score: Delete _Chain_Extract()Sebastian Huber2016-04-061-9/+0
* score: Delete _Chain_Insert()Sebastian Huber2016-04-061-10/+0
* score: Delete _Chain_Get_with_empty_check()Sebastian Huber2016-04-061-10/+0
* score: Delete _Chain_Prepend_with_empty_check()Sebastian Huber2016-04-061-10/+0
* score: Delete _Chain_Append_with_empty_check()Sebastian Huber2016-04-061-10/+0
* score: Delete _Chain_Prepend()Sebastian Huber2016-04-061-10/+0
* sapi: Add rtems_chain_get_first_unprotected()Sebastian Huber2015-11-051-0/+10
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* sapi: Use one SMP lock for all chainsSebastian Huber2014-03-111-83/+39
* sapi: SMP support for chainsSebastian Huber2013-08-301-31/+134
* score: Add and use CHAIN_INITIALIZER_ONE_NODE().Sebastian Huber2013-08-271-0/+16
* sapi: Merge chain implementation into one fileSebastian Huber2013-07-221-9/+643
* score: Create chain implementation headerSebastian Huber2013-07-221-2/+1
* cpukit: Use Consistent Beginning of Doxygen Group NotationJoel Sherrill2013-01-101-4/+2
* sapi: Doxygen Clean Up Task #1Alex Ivanov2013-01-081-5/+3
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
* 2010-08-24 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-08-241-12/+87
* 2010-08-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-08-201-3/+3
* Added defines for initialization of empty chains.Thomas Doerfler2009-11-301-0/+11
* Whitespace removal.Ralf Corsepius2009-11-291-1/+1
* 2008-07-03 Chris Johns <chrisj@rtems.org>Chris Johns2008-07-031-0/+54