summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/coresemimpl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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