summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Delete object control block ISR lockSebastian Huber2015-04-212-82/+0
* score: Add _Thread_Get_interrupt_disable()Sebastian Huber2015-04-211-18/+4
* score: _Objects_Get_isr_disable()Sebastian Huber2015-04-211-6/+0
* score: _Objects_Get_isr_disable()Sebastian Huber2015-04-212-8/+6
* score: Refactor SMP cache manager supportSebastian Huber2015-04-201-0/+141
* score: Improve assertMartin Galvan2015-04-171-1/+5
* score: Fix _TOD_Set_with_timestamp()Sebastian Huber2015-04-171-4/+5
* score: Add const qualifierSebastian Huber2015-04-161-1/+1
* score: Fix _API_Mutex_Is_locked()Sebastian Huber2015-04-161-9/+1
* score: Fix nameSebastian Huber2015-04-151-1/+1
* Add test assertion for allocator mutex being unlockedJoel Sherrill2015-04-141-0/+36
* score: Add Watchdog_HeaderSebastian Huber2015-04-136-25/+21
* score: Split _Watchdog_Adjust()Sebastian Huber2015-04-132-38/+35
* score: Fix thread queue race conditionSebastian Huber2015-04-091-1/+0
* score: Use _Thread_Clear_state() for _Thread_ReadySebastian Huber2015-04-081-38/+0
* score: Return prev state in thread state set/clearSebastian Huber2015-04-082-8/+18
* score: Simplify _Thread_Set_state()Sebastian Huber2015-04-081-7/+9
* score: Move _Watchdog_Ticks_since_boot definitionSebastian Huber2015-04-081-0/+29
* score: Add scheduler acquire/releaseSebastian Huber2015-03-247-29/+32
* score: Use a dedicated ISR lock for thread queuesSebastian Huber2015-03-241-20/+34
* score: Add thread lockSebastian Huber2015-03-243-6/+20
* score: Add thread priority change handlerSebastian Huber2015-03-243-47/+44
* score: Simplify debug code and use _Assert()Sebastian Huber2015-03-221-57/+10
* score: Move _Thread_queue_Requeue()Sebastian Huber2015-03-222-67/+42
* score: Move _Thread_queue_Extract()Sebastian Huber2015-03-223-154/+116
* score: Move _Thread_blocking_operation_Cancel()Sebastian Huber2015-03-222-98/+89
* score: Delete unused _Timestamp_(To|From)_ticks()Alexander Krutwig2015-03-201-39/+0
* score: Delete unused _Timestamp_Divide_by_integerAlexander Krutwig2015-03-201-32/+0
* score: Fix _Thread_Change_priority()Sebastian Huber2015-03-202-14/+22
* score: Fix _Debug_Is_owner_of_allocator()Sebastian Huber2015-03-191-2/+11
* score: Ensure properties of CPU_Uint32ptrSebastian Huber2015-03-171-0/+10
* cpukit: Remove old DESCRIPTION: in commentsJoel Sherrill2015-03-111-2/+0
* score: Add thread wait flagsSebastian Huber2015-03-051-0/+2
* score: Add thread acquireSebastian Huber2015-03-051-24/+61
* score: Add ISR lock to Objects_ControlSebastian Huber2015-03-052-0/+82
* score: Add and use _Thread_Do_dispatch()Sebastian Huber2015-03-052-69/+65
* score: Simplify and fix signal deliverySebastian Huber2015-03-051-1/+0
* score: Update _Thread_Heir only if necessarySebastian Huber2015-03-059-34/+25
* score: Add and use PRIORITY_PSEUDO_ISRSebastian Huber2015-03-051-1/+1
* score: Add and use _Thread_Enable_dispatch_body()Sebastian Huber2015-03-041-3/+1
* score: Add parameter to Giant acquire/releaseSebastian Huber2015-03-041-4/+4
* score: Fix _Thread_Start_multitasking() on SMPSebastian Huber2015-02-171-11/+13
* score: Fix FP context restore via _Thread_HandlerSebastian Huber2015-02-173-68/+3
* score: Add _CPU_SMP_Prepare_start_multitasking()Sebastian Huber2015-02-171-0/+2
* score: Mention ticket in commentSebastian Huber2015-02-131-1/+1
* score: Delete superfluous Heap_Statistics::instanceSebastian Huber2015-01-221-3/+0
* smp: Add and use _SMP_Should_start_processor()Sebastian Huber2015-01-091-3/+9
* score: Add heap statisticsSebastian Huber2014-11-282-4/+9
* score: Return heap stats via _Heap_Get_informationSebastian Huber2014-11-281-0/+1
* objectgetnameasstring.c: Reformat _Objects_Get() switch to follow patternJosh Oguin2014-11-261-7/+8