summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/futex.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: RTEMS_PREDICT_TRUE(), RTEMS_PREDICT_FALSE()Sebastian Huber2018-07-251-1/+1
* score: Move thread queue timeout handlingSebastian Huber2017-10-241-1/+0
* score: Rename function threadq support functionSebastian Huber2017-10-241-1/+1
* configure: Remove HAVE_STRUCT__THREAD_QUEUE_QUEUESebastian Huber2017-01-131-4/+0
* score: Add Thread_queue_Queue::nameSebastian Huber2017-01-131-1/+1
* score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIERSebastian Huber2017-01-111-1/+1
* score: Relax <sys/lock.h> static assertionsSebastian Huber2016-12-231-1/+1
* score: Optimize _Thread_queue_Enqueue()Sebastian Huber2016-11-241-1/+4
* score: Rename _Thread_queue_Enqueue_critical()Sebastian Huber2016-11-231-1/+1
* score: Add thread queue enqueue calloutSebastian Huber2016-11-231-1/+1
* score: Optimize self-contained objectsSebastian Huber2016-11-181-8/+17
* score: Introduce Thread_queue_Lock_contextSebastian Huber2016-09-081-3/+3
* cpukit: Add and use Watchdog_Discipline.Gedare Bloom2016-07-251-1/+1
* score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber2016-05-301-16/+20
* score: Add Status_Control for all APIsSebastian Huber2016-05-261-2/+1
* score: Move thread queue MP callout to contextSebastian Huber2016-05-251-16/+15
* score: Get rid of mp_id parameterSebastian Huber2016-05-251-1/+0
* score: Use _Thread_queue_Flush_critical for futexSebastian Huber2016-04-221-70/+28
* score: Rework MP thread queue callout supportSebastian Huber2016-04-061-1/+3
* score: Add self-contained futex implementationSebastian Huber2015-07-301-0/+199