summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spthreadlife01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEMSebastian Huber2014-12-161-2/+0
| | | | This define was superfluous, undocumented and used inconsistently.
* score: Rework global constructionSebastian Huber2014-10-131-1/+5
| | | | | | 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.
* score: _Thread_Set_life_protection()Sebastian Huber2014-05-211-12/+62
| | | | | | | Enable usage of _Thread_Set_life_protection() in thread dispatch critical sections. This can be used to enable the thread life-protection with thread dispatching disabled and then enable thread dispatching.
* score: Do not reset resource count during restartSebastian Huber2014-03-314-0/+387
This fixes an integer underflow problem in case resources are released after a thread restart. Add new test sptests/spthreadlife01.