summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-26score: Merge tod implementation into one fileSebastian Huber1-72/+0
2013-07-26score: Create object implementation headerSebastian Huber1-421/+0
2013-07-26score: Move mppkt implementation into mpciimpl.hSebastian Huber1-61/+0
2013-07-26score: Merge objectmp implementation into one fileSebastian Huber1-71/+0
2013-07-26score: Create threadq implementation headerSebastian Huber1-71/+0
2013-07-26score: Delete threadq.inlSebastian Huber1-36/+0
2013-07-26score: Merge threadmp implementation into one fileSebastian Huber1-64/+0
2013-07-26score: Create states implementation headerSebastian Huber1-392/+0
2013-07-26score: Create thread implementation headerSebastian Huber1-275/+0
2013-07-26score: Create prioritybitmap implementation headerSebastian Huber1-198/+0
2013-07-26score: Create scheduler implementation headerSebastian Huber1-232/+0
2013-07-26score: Create schedulerpriority impl headerSebastian Huber2-210/+5
2013-07-26score: Create schedulersimple impl headerSebastian Huber1-100/+0
2013-07-24score: Delete priority.inlSebastian Huber1-53/+0
2013-07-24score: Merge sysstate API into one fileSebastian Huber2-100/+0
2013-07-23score: Create stack implementation headerSebastian Huber1-95/+0
2013-07-23score: Create heap implementation headerSebastian Huber1-238/+0
2013-07-23score: Include missing <rtems/score/thread.h>Sebastian Huber1-0/+1
2013-07-23score: Merge wkspace API into one fileSebastian Huber1-35/+0
2013-07-23score: Merge address API into one fileSebastian Huber1-192/+0
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