summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/coresemimpl.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-25Remove make preinstallChris Johns1-0/+0
2017-10-24score: Move thread queue timeout handlingSebastian Huber1-1/+0
2017-10-24score: Rename function threadq support functionSebastian Huber1-1/+1
2017-01-31score: Add _Thread_queue_Object_nameSebastian Huber1-1/+1
2017-01-11score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIERSebastian 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-09-08score: Simplify thread queue acquire/releaseSebastian Huber1-8/+2
2016-07-25cpukit: Add and use Watchdog_Discipline.Gedare Bloom1-3/+0
2016-05-30rtems: Simplify rtems_semaphore_delete()Sebastian Huber1-14/+0
2016-05-30score: Add semaphore variantsSebastian Huber1-26/+28
2016-05-30score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber1-1/+2
2016-05-26score: Add Status_Control for all APIsSebastian Huber1-57/+12
2016-05-26Fix semaphore post overflow statusSebastian Huber1-1/+2
2016-05-25score: Move thread queue MP callout to contextSebastian Huber1-97/+69
2016-05-25score: Get rid of mp_id parameterSebastian Huber1-11/+0
2016-05-20score: _CORE_semaphore_Seize()Sebastian Huber1-2/+0
2016-04-22score: Avoid Giant lock for CORE mtx/semSebastian Huber1-19/+27
2016-04-21score: Introduce _Thread_queue_Flush_critical()Sebastian Huber1-10/+36
2016-04-21score: Fix _CORE_semaphore_Flush()Sebastian Huber1-8/+16
2016-04-06score: Rework MP thread queue callout supportSebastian Huber1-42/+52
2016-04-06score: _Thread_queue_Flush() parameter changesSebastian Huber1-28/+14
2016-04-06score: Delete Thread_Wait_information::idSebastian Huber1-1/+0
2016-03-29score: Use constant for maximum count of CORE semaSebastian Huber1-3/+1
2016-03-29score: Remove Thread_queue_Queue::operations fieldSebastian Huber1-22/+13
2015-07-23score: Introduce Thread_queue_QueueSebastian Huber1-2/+4
2015-05-19score: Inline _CORE_semaphore_Surrender()Sebastian Huber1-2/+40
2015-05-19score: Inline _CORE_semaphore_Flush()Sebastian Huber1-2/+9
2015-05-19score: Delete _CORE_semaphore_Seize()Sebastian Huber1-29/+1
2015-05-19score: Fine grained locking for semaphoresSebastian Huber1-6/+7
2015-05-19score: Delete Thread_queue_Control::timeout_statusSebastian Huber1-0/+1
2015-05-19score: Add Thread_queue_Control::LockSebastian Huber1-7/+12
2015-04-23score: Delete Thread_queue_Control::stateSebastian Huber1-1/+7
2015-04-21score: _Objects_Get_isr_disable()Sebastian Huber1-5/+5
2015-03-11cpukit: Remove old DESCRIPTION: in commentsJoel Sherrill1-3/+0
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-08-23score: _Thread_queue_Enqueue_with_handler()Sebastian Huber1-1/+1
2013-07-26Include missing <rtems/score/threaddispatch.h>Sebastian Huber1-0/+1
2013-07-26score: Create threadq implementation headerSebastian Huber1-3/+1
2013-07-22score: Avoid direct usage of _Thread_ExecutingSebastian Huber1-3/+4
2013-07-22score: Add const qualifierSebastian Huber1-4/+4
2013-07-22score: Create semaphore implementation headerSebastian Huber1-75/+102
2013-01-10cpukit: Add EOL on files missing EOL at EOFJoel Sherrill1-1/+1
2012-12-29score: Doxygen Clean Up Task #1Mathew Kallada1-9/+11
2012-12-01score misc: Score misc: Clean up Doxygen #10 (GCI 2012)Christopher Kerl1-0/+2
2012-11-29score misc: Score misc: Clean up Doxygen #5Alex Ivanov1-0/+7
2012-11-28score misc: Clean up Doxygen #3 (GCI 2012)Alex Ivanov1-0/+8
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2012-05-09Score Semaphore - Need Semaphore Seize Body When Multiprocessing is EnabledJoel Sherrill1-1/+1