summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/futex.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-25score: RTEMS_PREDICT_TRUE(), RTEMS_PREDICT_FALSE()Sebastian Huber1-1/+1
2017-10-24score: Move thread queue timeout handlingSebastian Huber1-1/+0
2017-10-24score: Rename function threadq support functionSebastian Huber1-1/+1
2017-01-13configure: Remove HAVE_STRUCT__THREAD_QUEUE_QUEUESebastian Huber1-4/+0
2017-01-13score: Add Thread_queue_Queue::nameSebastian Huber1-1/+1
2017-01-11score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIERSebastian Huber1-1/+1
2016-12-23score: Relax <sys/lock.h> static assertionsSebastian Huber1-1/+1
2016-11-24score: Optimize _Thread_queue_Enqueue()Sebastian Huber1-1/+4
2016-11-23score: Rename _Thread_queue_Enqueue_critical()Sebastian Huber1-1/+1
2016-11-23score: Add thread queue enqueue calloutSebastian Huber1-1/+1
2016-11-18score: Optimize self-contained objectsSebastian Huber1-8/+17
2016-09-08score: Introduce Thread_queue_Lock_contextSebastian Huber1-3/+3
2016-07-25cpukit: Add and use Watchdog_Discipline.Gedare Bloom1-1/+1
2016-05-30score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber1-16/+20
2016-05-26score: Add Status_Control for all APIsSebastian Huber1-2/+1
2016-05-25score: Move thread queue MP callout to contextSebastian Huber1-16/+15
2016-05-25score: Get rid of mp_id parameterSebastian Huber1-1/+0
2016-04-22score: Use _Thread_queue_Flush_critical for futexSebastian Huber1-70/+28
2016-04-06score: Rework MP thread queue callout supportSebastian Huber1-1/+3
2015-07-30score: Add self-contained futex implementationSebastian Huber1-0/+199