summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-05-19timecounter: Honor FFCLOCK defineAlexander Krutwig1-0/+4
2015-05-19timecounter: Use uint32_t instead of u_intAlexander Krutwig1-17/+17
2015-05-19timecounter: Import from FreeBSDAlexander Krutwig4-0/+2039
2015-05-19score: _Thread_Dispatch_disable_critical()Sebastian Huber1-2/+2
2015-05-19score: Replace _Thread_Delay_ended()Sebastian Huber1-38/+0
2015-05-19score: Do not inline SMP lock if profiling enabledSebastian Huber1-0/+68
2015-05-19score: Fine grained locking for MrsPSebastian Huber1-5/+0
2015-05-19score: Rework _Thread_Change_priority()Sebastian Huber11-59/+171
2015-05-19score: Fine grained locking for mutexesSebastian Huber6-60/+99
2015-05-19score: Inline _CORE_semaphore_Surrender()Sebastian Huber1-66/+0
2015-05-19score: Inline _CORE_semaphore_Flush()Sebastian Huber1-39/+0
2015-05-19score: Delete _CORE_semaphore_Seize()Sebastian Huber2-75/+4
2015-05-19score: Fine grained locking for semaphoresSebastian Huber2-14/+27
2015-05-19score: Fine grained locking for message queuesSebastian Huber6-96/+99
2015-05-19score: Delete _CORE_message_queue_Flush_support()Sebastian Huber3-98/+61
2015-05-19score: Delete Thread_queue_Control::timeout_statusSebastian Huber15-24/+22
2015-05-19score: New thread queue implementationSebastian Huber8-287/+130
2015-05-19score: More thread queue operationsSebastian Huber6-82/+160
2015-05-19score: Add Thread_queue_OperationsSebastian Huber5-41/+70
2015-05-19score: Add Thread_queue_Control::LockSebastian Huber12-105/+102
2015-05-19score: Generalize _Event_Timeout()Sebastian Huber1-0/+74
2015-05-19score: New timer server implementationSebastian Huber3-94/+37
2015-05-19score: Move _Watchdog_Tickle()Sebastian Huber2-87/+66
2015-05-19score: Add Watchdog_IteratorSebastian Huber4-150/+174
2015-05-19score: Add _Watchdog_Acquire|Release|Flash()Sebastian Huber5-26/+26
2015-05-19score: Add header to _Watchdog_Remove()Sebastian Huber4-4/+5
2015-05-19score: Optimize _Thread_queue_Compare_priority()Sebastian Huber1-9/+10
2015-05-19score: Delete STATES_WAITING_ON_THREAD_QUEUESebastian Huber1-3/+2
2015-05-19score: _Thread_queue_Extract()Sebastian Huber5-17/+9
2015-05-19score: Fix assertSebastian Huber1-2/+4
2015-05-12score: Avoid Giant lock in _Objects_Id_to_name()Sebastian Huber1-2/+8
2015-05-06score: Fix Thread_Control and Thread_Proxy_controlSebastian Huber1-0/+19
2015-04-23score: _CORE_mutex_Seize_interrupt_blocking()Sebastian Huber1-1/+6
2015-04-23score: Delete Thread_queue_Control::stateSebastian Huber15-21/+37
2015-04-23score: Fix priority message queue insertSebastian Huber1-64/+43
2015-04-22score: Delete _CORE_RWLock_Timeout()Sebastian Huber4-58/+9
2015-04-21score: Delete object control block ISR lockSebastian Huber2-82/+0
2015-04-21score: Add _Thread_Get_interrupt_disable()Sebastian Huber1-18/+4
2015-04-21score: _Objects_Get_isr_disable()Sebastian Huber1-6/+0
2015-04-21score: _Objects_Get_isr_disable()Sebastian Huber2-8/+6
2015-04-20score: Refactor SMP cache manager supportSebastian Huber1-0/+141
2015-04-17score: Improve assertMartin Galvan1-1/+5
2015-04-17score: Fix _TOD_Set_with_timestamp()Sebastian Huber1-4/+5
2015-04-16score: Add const qualifierSebastian Huber1-1/+1
2015-04-16score: Fix _API_Mutex_Is_locked()Sebastian Huber1-9/+1
2015-04-15score: Fix nameSebastian Huber1-1/+1
2015-04-14Add test assertion for allocator mutex being unlockedJoel Sherrill1-0/+36
2015-04-13score: Add Watchdog_HeaderSebastian Huber6-25/+21
2015-04-13score: Split _Watchdog_Adjust()Sebastian Huber2-38/+35
2015-04-09score: Fix thread queue race conditionSebastian Huber1-1/+0