summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadglobalconstruction.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Fix compile error for POSIX disabledSebastian Huber2014-10-161-2/+1
|
* score: Rework global constructionSebastian Huber2014-10-131-0/+94
Ensure that the global construction is performed in the context of the first initialization thread. On SMP this was not guaranteed in the previous implementation.