summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Create schedulersimple impl headerSebastian Huber2013-07-261-100/+0
* score: Delete priority.inlSebastian Huber2013-07-241-53/+0
* score: Merge sysstate API into one fileSebastian Huber2013-07-242-100/+0
* score: Create stack implementation headerSebastian Huber2013-07-231-95/+0
* score: Create heap implementation headerSebastian Huber2013-07-231-238/+0
* score: Include missing <rtems/score/thread.h>Sebastian Huber2013-07-231-0/+1
* score: Merge wkspace API into one fileSebastian Huber2013-07-231-35/+0
* score: Merge address API into one fileSebastian Huber2013-07-231-192/+0
* 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