summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadtimeout.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Add _Thread_Continue()Sebastian Huber2017-10-241-8/+17
* score: Initialize thread queue context earlySebastian Huber2016-12-021-1/+2
* score: Fix thread queue context initializationSebastian Huber2016-11-281-1/+1
* score: Rework thread priority managementSebastian Huber2016-09-211-0/+3
* score: Turn thread lock into thread wait lockSebastian Huber2016-07-271-20/+10
* score: Avoid atomic fences for thread wait flagsSebastian Huber2016-06-301-7/+1
* score: Add Status_Control for all APIsSebastian Huber2016-05-261-1/+2
* score: Replace watchdog handler implementationSebastian Huber2016-03-041-2/+2
* Fix _Assert() statementSebastian Huber2015-11-251-1/+1
* score: Fix race condition on SMPSebastian Huber2015-11-121-19/+28
* score: Use a plain ticket lock for thread locksSebastian Huber2015-07-301-1/+1
* score: New thread queue implementationSebastian Huber2015-05-191-0/+6
* score: More thread queue operationsSebastian Huber2015-05-191-0/+6
* score: Generalize _Event_Timeout()Sebastian Huber2015-05-191-0/+74