summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/mutex.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: RTEMS_PREDICT_TRUE(), RTEMS_PREDICT_FALSE()Sebastian Huber2018-07-251-8/+8
* score: Move thread queue timeout handlingSebastian Huber2017-10-241-33/+10
* score: Rename function threadq support functionSebastian Huber2017-10-241-1/+1
* posix: Implement self-contained POSIX mutexSebastian Huber2017-10-051-10/+1
* configure: Remove HAVE_STRUCT__THREAD_QUEUE_QUEUESebastian Huber2017-01-131-4/+0
* score: Add Thread_queue_Queue::nameSebastian Huber2017-01-131-4/+4
* score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIERSebastian Huber2017-01-111-1/+1
* score: Relax <sys/lock.h> static assertionsSebastian Huber2016-12-231-4/+4
* 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-24/+10
* score: Optimize self-contained mutexesSebastian Huber2016-11-041-32/+67
* score: Introduce thread resource count methodsSebastian Huber2016-11-031-7/+7
* score: Rework thread priority managementSebastian Huber2016-09-211-17/+4
* score: Introduce Thread_queue_Lock_contextSebastian Huber2016-09-081-3/+3
* score: Add _Thread_queue_Surrender()Sebastian Huber2016-08-111-47/+4
* score: Add deadlock detectionSebastian Huber2016-07-271-0/+4
* score: Priority inherit thread queue operationsSebastian Huber2016-07-271-2/+1
* score: Simplify _Thread_queue_Boost_priority()Sebastian Huber2016-07-271-1/+1
* posix: cond_timedwait remember and use clock from condattrGedare Bloom2016-07-251-2/+2
* cpukit: Add and use Watchdog_Discipline.Gedare Bloom2016-07-251-12/+8
* score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber2016-05-301-59/+66
* score: Add _Thread_queue_Context_set_MP_callout()Sebastian Huber2016-05-301-2/+2
* score: Adjust thread queue layoutSebastian Huber2016-05-301-23/+16
* score: Add Status_Control for all APIsSebastian Huber2016-05-261-5/+2
* score: Move thread queue MP callout to contextSebastian Huber2016-05-251-22/+27
* score: Get rid of mp_id parameterSebastian Huber2016-05-251-2/+1
* mpci: Fix thread queue flush methodSebastian Huber2016-05-251-2/+0
* score: Rework MP thread queue callout supportSebastian Huber2016-04-061-1/+5
* score: Fix resource count for self-contained mutexSebastian Huber2015-09-141-2/+3
* score: Implement priority boostingSebastian Huber2015-09-041-5/+10
* score: Fix return status of mutex try acquireSebastian Huber2015-09-011-9/+9
* score: Add self-contained mutex implementationSebastian Huber2015-07-301-0/+442