summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/schedulerdefaultnodedestroy.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Replace _Scheduler_Allocate/Free()Sebastian Huber2014-06-041-0/+31
Replace _Scheduler_Allocate() with _Scheduler_Node_initialize(). Remove the return status and thus the node initialization must be always successful. Rename _Scheduler_Free() to _Scheduler_Node_destroy().