summaryrefslogtreecommitdiff
path: root/cpukit/score/src/threadallocateunlimited.c (follow)
AgeCommit message (Collapse)Author
2020-02-12score: Simplify _Thread_Initialize()Sebastian Huber
Allocate new thread queue heads during objects information extend. This removes an error case and the last dependency on the workspace in _Thread_Initialize(). Update #3835.