summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/coresemimpl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove make preinstallChris Johns2018-01-251-207/+0
* score: Move thread queue timeout handlingSebastian Huber2017-10-241-1/+0
* score: Rename function threadq support functionSebastian Huber2017-10-241-1/+1
* score: Add _Thread_queue_Object_nameSebastian Huber2017-01-311-1/+1
* score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIERSebastian Huber2017-01-111-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: Simplify thread queue acquire/releaseSebastian Huber2016-09-081-8/+2
* cpukit: Add and use Watchdog_Discipline.Gedare Bloom2016-07-251-3/+0
* rtems: Simplify rtems_semaphore_delete()Sebastian Huber2016-05-301-14/+0
* score: Add semaphore variantsSebastian Huber2016-05-301-26/+28
* score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber2016-05-301-1/+2
* score: Add Status_Control for all APIsSebastian Huber2016-05-261-57/+12
* Fix semaphore post overflow statusSebastian Huber2016-05-261-1/+2
* score: Move thread queue MP callout to contextSebastian Huber2016-05-251-97/+69
* score: Get rid of mp_id parameterSebastian Huber2016-05-251-11/+0
* score: _CORE_semaphore_Seize()Sebastian Huber2016-05-201-2/+0
* score: Avoid Giant lock for CORE mtx/semSebastian Huber2016-04-221-19/+27
* score: Introduce _Thread_queue_Flush_critical()Sebastian Huber2016-04-211-10/+36
* score: Fix _CORE_semaphore_Flush()Sebastian Huber2016-04-211-8/+16
* score: Rework MP thread queue callout supportSebastian Huber2016-04-061-42/+52
* score: _Thread_queue_Flush() parameter changesSebastian Huber2016-04-061-28/+14
* score: Delete Thread_Wait_information::idSebastian Huber2016-04-061-1/+0
* score: Use constant for maximum count of CORE semaSebastian Huber2016-03-291-3/+1
* score: Remove Thread_queue_Queue::operations fieldSebastian Huber2016-03-291-22/+13
* score: Introduce Thread_queue_QueueSebastian Huber2015-07-231-2/+4
* score: Inline _CORE_semaphore_Surrender()Sebastian Huber2015-05-191-2/+40
* score: Inline _CORE_semaphore_Flush()Sebastian Huber2015-05-191-2/+9
* score: Delete _CORE_semaphore_Seize()Sebastian Huber2015-05-191-29/+1
* score: Fine grained locking for semaphoresSebastian Huber2015-05-191-6/+7
* score: Delete Thread_queue_Control::timeout_statusSebastian Huber2015-05-191-0/+1
* score: Add Thread_queue_Control::LockSebastian Huber2015-05-191-7/+12
* score: Delete Thread_queue_Control::stateSebastian Huber2015-04-231-1/+7
* score: _Objects_Get_isr_disable()Sebastian Huber2015-04-211-5/+5
* cpukit: Remove old DESCRIPTION: in commentsJoel Sherrill2015-03-111-3/+0
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* score: _Thread_queue_Enqueue_with_handler()Sebastian Huber2013-08-231-1/+1
* Include missing <rtems/score/threaddispatch.h>Sebastian Huber2013-07-261-0/+1
* score: Create threadq implementation headerSebastian Huber2013-07-261-3/+1
* score: Avoid direct usage of _Thread_ExecutingSebastian Huber2013-07-221-3/+4
* score: Add const qualifierSebastian Huber2013-07-221-4/+4
* score: Create semaphore implementation headerSebastian Huber2013-07-221-0/+255