summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-23score: Create rbtree implementation headerSebastian Huber1-507/+0
2013-07-22score: Create watchdog implementation headerSebastian Huber1-262/+0
2013-07-22score: Create chain implementation headerSebastian Huber2-773/+1
2013-07-22score: Create spinlock implementation headerSebastian Huber1-61/+0
2013-07-22score: Create rwlock implementation headerSebastian Huber1-50/+0
2013-07-22score: Create barrier implementation headerSebastian Huber1-67/+0
2013-07-22score: Create message queue implementation headerSebastian Huber1-255/+0
2013-07-22score: Create semaphore implementation headerSebastian Huber1-118/+0
2013-07-22score: Move ISR catch support functionsSebastian Huber1-60/+0
2013-07-18score: Create mutex implementation headerSebastian Huber1-235/+0
2013-07-17score: Changes due to Newlib __DYNAMIC_REENT__Sebastian Huber1-0/+2
2013-07-17clean up old atomic related filesWeiY1-496/+0
2013-06-14documentation: Fix Doxygen commentsSebastian Huber2-4/+4
2013-06-14scheduler: Simplify simple schedulerSebastian Huber1-0/+46
2013-06-14scheduler: Specify thread of yield operationSebastian Huber1-7/+9
2013-06-14scheduler: Add start idle thread operationSebastian Huber1-0/+16
2013-06-14score: Add and use _Thread_Dispatch_if_necessary()Sebastian Huber1-26/+26
2013-06-14score: Add _Chain_Insert_ordered_unprotected()Sebastian Huber1-0/+41
2013-06-07score: Add and use _Objects_Put()Sebastian Huber1-0/+29
2013-06-07score: Add _Objects_Put_for_get_isr_disable()Sebastian Huber1-0/+14
2013-06-07score: Move thread dispatch content to new fileSebastian Huber4-140/+5
2013-06-07score: Simplify _CORE_mutex_Seize_interrupt_try*Sebastian Huber1-7/+7
2013-06-07score: Simplify _CORE_semaphore_Seize_isr_disableSebastian Huber1-5/+5
2013-05-31score: Remove idle field of Per_CPU_ControlSebastian Huber1-0/+18
2013-04-02Fixed return in void functionAndreas Heinig1-1/+1
2013-02-12score: New routines to align addresses up or down.Gedare Bloom1-0/+44
2013-02-07score: atomic support for RTEMS. Cleanup.WeiY1-82/+74
2013-02-07score: atomic support for RTEMS. Generic atomic operations API definition.WeiY1-0/+504
2013-01-10cpukit: Fix many Doxygen warningsJoel Sherrill2-9/+9
2013-01-10cpukit: Use Consistent Beginning of Doxygen Group NotationJoel Sherrill26-53/+27
2013-01-09score: Doxygen Clean Up Task #18Alex Ivanov12-338/+422
2013-01-09score: Doxygen Clean Up Task #17Alex Ivanov17-691/+788
2013-01-02score: Do not inline _RBTree_Find_unprotected()Sebastian Huber1-33/+0
2012-12-18PR2083 Wrong return value in _RBTree_Has_only_one_nodeAndreas Heinig1-1/+1
2012-12-05score: Add _Chain_Append_if_is_off_chain_*()Sebastian Huber1-0/+19
2012-11-22score: Avoid superfluous loadsSebastian Huber1-4/+12
2012-11-21score: Add and use _TOD_Get_with_nanoseconds()Sebastian Huber1-12/+5
2012-10-30rtems: Add system eventsSebastian Huber1-0/+15
2012-10-25score: Work area initialization API changeSebastian Huber1-14/+0
2012-10-25score: Append to free list in _Heap_Extend()Sebastian Huber1-0/+13
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill28-56/+0
2012-05-09Score ISR - Minimize Capabilities When Not Simple VectoredJoel Sherrill1-1/+3
2012-05-08rbtree: API changes. Remove rbtree control node from RBTree_Next.Gedare Bloom1-8/+4
2012-05-08score/rbtree: replace _RBTree_Peek_unprotected with _RBTree_First.Gedare Bloom1-19/+1
2012-04-24score: Remove _Stack_Adjust_size()Sebastian Huber1-18/+0
2012-04-11score: New macros and functionsSebastian Huber1-0/+20
2012-04-11rbtree: PR1995: API changeSebastian Huber1-26/+48
2012-03-30score/rbtree: Add const qualifierSebastian Huber1-30/+30
2012-03-30score/rbtree: C++ compatibilitySebastian Huber1-2/+3
2012-03-29PR1994: RBTree Compare Result ChangeGedare Bloom1-2/+21