summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Create rbtree implementation headerSebastian Huber2013-07-231-507/+0
* score: Create watchdog implementation headerSebastian Huber2013-07-221-262/+0
* score: Create chain implementation headerSebastian Huber2013-07-222-773/+1
* score: Create spinlock implementation headerSebastian Huber2013-07-221-61/+0
* score: Create rwlock implementation headerSebastian Huber2013-07-221-50/+0
* score: Create barrier implementation headerSebastian Huber2013-07-221-67/+0
* score: Create message queue implementation headerSebastian Huber2013-07-221-255/+0
* score: Create semaphore implementation headerSebastian Huber2013-07-221-118/+0
* score: Move ISR catch support functionsSebastian Huber2013-07-221-60/+0
* score: Create mutex implementation headerSebastian Huber2013-07-181-235/+0
* score: Changes due to Newlib __DYNAMIC_REENT__Sebastian Huber2013-07-171-0/+2
* clean up old atomic related filesWeiY2013-07-171-496/+0
* documentation: Fix Doxygen commentsSebastian Huber2013-06-142-4/+4
* scheduler: Simplify simple schedulerSebastian Huber2013-06-141-0/+46
* scheduler: Specify thread of yield operationSebastian Huber2013-06-141-7/+9
* scheduler: Add start idle thread operationSebastian Huber2013-06-141-0/+16
* score: Add and use _Thread_Dispatch_if_necessary()Sebastian Huber2013-06-141-26/+26
* score: Add _Chain_Insert_ordered_unprotected()Sebastian Huber2013-06-141-0/+41
* score: Add and use _Objects_Put()Sebastian Huber2013-06-071-0/+29
* score: Add _Objects_Put_for_get_isr_disable()Sebastian Huber2013-06-071-0/+14
* score: Move thread dispatch content to new fileSebastian Huber2013-06-074-140/+5
* score: Simplify _CORE_mutex_Seize_interrupt_try*Sebastian Huber2013-06-071-7/+7
* score: Simplify _CORE_semaphore_Seize_isr_disableSebastian Huber2013-06-071-5/+5
* score: Remove idle field of Per_CPU_ControlSebastian Huber2013-05-311-0/+18
* Fixed return in void functionAndreas Heinig2013-04-021-1/+1
* score: New routines to align addresses up or down.Gedare Bloom2013-02-121-0/+44
* score: atomic support for RTEMS. Cleanup.WeiY2013-02-071-82/+74
* score: atomic support for RTEMS. Generic atomic operations API definition.WeiY2013-02-071-0/+504
* cpukit: Fix many Doxygen warningsJoel Sherrill2013-01-102-9/+9
* cpukit: Use Consistent Beginning of Doxygen Group NotationJoel Sherrill2013-01-1026-53/+27
* score: Doxygen Clean Up Task #18Alex Ivanov2013-01-0912-338/+422
* score: Doxygen Clean Up Task #17Alex Ivanov2013-01-0917-691/+788
* score: Do not inline _RBTree_Find_unprotected()Sebastian Huber2013-01-021-33/+0
* PR2083 Wrong return value in _RBTree_Has_only_one_nodeAndreas Heinig2012-12-181-1/+1
* score: Add _Chain_Append_if_is_off_chain_*()Sebastian Huber2012-12-051-0/+19
* score: Avoid superfluous loadsSebastian Huber2012-11-221-4/+12
* score: Add and use _TOD_Get_with_nanoseconds()Sebastian Huber2012-11-211-12/+5
* rtems: Add system eventsSebastian Huber2012-10-301-0/+15
* score: Work area initialization API changeSebastian Huber2012-10-251-14/+0
* score: Append to free list in _Heap_Extend()Sebastian Huber2012-10-251-0/+13
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-1128-56/+0
* Score ISR - Minimize Capabilities When Not Simple VectoredJoel Sherrill2012-05-091-1/+3
* rbtree: API changes. Remove rbtree control node from RBTree_Next.Gedare Bloom2012-05-081-8/+4
* score/rbtree: replace _RBTree_Peek_unprotected with _RBTree_First.Gedare Bloom2012-05-081-19/+1
* score: Remove _Stack_Adjust_size()Sebastian Huber2012-04-241-18/+0
* score: New macros and functionsSebastian Huber2012-04-111-0/+20
* rbtree: PR1995: API changeSebastian Huber2012-04-111-26/+48
* score/rbtree: Add const qualifierSebastian Huber2012-03-301-30/+30
* score/rbtree: C++ compatibilitySebastian Huber2012-03-301-2/+3
* PR1994: RBTree Compare Result ChangeGedare Bloom2012-03-291-2/+21