summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-23score: Merge wkspace API into one fileSebastian Huber1-12/+8
2013-07-23score: Merge address API into one fileSebastian Huber1-5/+160
2013-07-23score: Include <string.h> in basedefs.hSebastian Huber1-0/+7
2013-07-23score: Create rbtree implementation headerSebastian Huber2-35/+542
2013-07-22score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber1-1/+4
2013-07-22score: Add WATCHDOG_INITIALIZER()Sebastian Huber1-0/+13
2013-07-22score: Create watchdog implementation headerSebastian Huber2-227/+492
2013-07-22score: Create chain implementation headerSebastian Huber6-186/+971
2013-07-22score: Avoid direct usage of _Thread_ExecutingSebastian Huber1-3/+3
2013-07-22score: Create spinlock implementation headerSebastian Huber2-99/+162
2013-07-22score: Avoid direct usage of _Thread_ExecutingSebastian Huber1-1/+4
2013-07-22score: Create rwlock implementation headerSebastian Huber2-158/+204
2013-07-22score: Avoid direct usage of _Thread_ExecutingSebastian Huber1-0/+2
2013-07-22score: Create barrier implementation headerSebastian Huber2-126/+191
2013-07-22score: Include <limits.h> in basedefs.hSebastian Huber1-0/+7
2013-07-22score: Avoid direct usage of _Thread_ExecutingSebastian Huber1-0/+4
2013-07-22score: Create message queue implementation headerSebastian Huber2-330/+587
2013-07-22score: Avoid direct usage of _Thread_ExecutingSebastian Huber1-3/+4
2013-07-22score: Add const qualifierSebastian Huber1-4/+4
2013-07-22score: Create semaphore implementation headerSebastian Huber2-146/+262
2013-07-22score: Add and use _ISR_Get_nest_level()Sebastian Huber1-2/+30
2013-07-22score: Move ISR catch support functionsSebastian Huber1-2/+0
2013-07-22score: Move ISR level content to single fileSebastian Huber3-183/+188
2013-07-18score: Avoid direct usage of _Thread_ExecutingSebastian Huber1-14/+21
2013-07-18score: Convert to inline functionSebastian Huber1-25/+30
2013-07-18score: Create mutex implementation headerSebastian Huber2-312/+548
2013-07-17smp: Add and use _CPU_SMP_Send_interrupt()Sebastian Huber1-12/+0
2013-07-17smp: Add and use _CPU_SMP_Get_current_processor()Sebastian Huber4-42/+22
2013-07-17smp: Delete RTEMS_BSP_SMP_CONTEXT_SWITCH_NECESSARYSebastian Huber1-7/+0
2013-07-17score: Changes due to Newlib __DYNAMIC_REENT__Sebastian Huber1-0/+3
2013-07-17score: Add _Thread_Get_executing()Sebastian Huber1-0/+29
2013-07-17clean up old atomic related filesWeiY2-336/+0
2013-07-17A generic atomic implementation for smp architecturesWeiY1-0/+332
2013-07-17New atomic API definition based on C11 atomicWeiY1-213/+232
2013-06-25heap: Add _Heap_Greedy_allocate_all_except_largestSebastian Huber1-1/+15
2013-06-21score: _Heap_Protection_free_all_delayed_blocks()Sebastian Huber1-0/+11
2013-06-21bsps: Move bsp_generic_fatal_code to new fileSebastian Huber1-3/+3
2013-06-14documentation: Fix Doxygen commentsSebastian Huber6-9/+9
2013-06-14scheduler: New simple SMP scheduler implementationSebastian Huber2-71/+90
2013-06-14scheduler: Add and use _Scheduler_default_Tick()Sebastian Huber6-23/+13
2013-06-14scheduler: Specify thread of yield operationSebastian Huber4-11/+21
2013-06-14scheduler: Add start idle thread operationSebastian Huber6-5/+30
2013-06-14score: Rename rtems_smp_get_number_of_processors()Sebastian Huber1-28/+32
2013-06-14score: Add and use _Thread_Dispatch_is_enabled()Sebastian Huber2-33/+14
2013-06-12smp: Add and use _Per_CPU_Lock_acquire()Sebastian Huber1-0/+6
2013-06-12score: Avoid cyclic include dependencySebastian Huber1-1/+2
2013-06-12score: Add missing includeSebastian Huber1-0/+1
2013-06-12score: Always provide <rtems/score/smplock.h>Sebastian Huber2-3/+7
2013-06-07score: Move thread dispatch content to new fileSebastian Huber2-105/+264
2013-06-07score: Simplify _CORE_mutex_Seize_interrupt_try*Sebastian Huber1-8/+8