summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/schedulerdefaultnodedestroy.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber2019-04-041-1/+1
| | | | Update #3706
* score: Change scheduler node init and destroySebastian Huber2016-07-011-2/+2
| | | | | | Provide the scheduler node to initialize or destroy to the corresponding operations. This makes it possible to have more than one scheduler node per thread.
* 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().