summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* score: Refactor SMP cache manager supportSebastian Huber2015-04-201-8/+25
* score: Add _ISR_lock_Flash()Sebastian Huber2015-04-161-0/+31
* score: Add const qualifierSebastian Huber2015-04-162-2/+2
* score: Delete unused WATCHDOG_MAXIMUM_INTERVALSebastian Huber2015-04-161-8/+0
* score: Fix nameSebastian Huber2015-04-151-2/+2
* Add test assertion for allocator mutex being unlockedJoel Sherrill2015-04-141-0/+7
* score: Rename _Watchdog_Reset()Sebastian Huber2015-04-141-1/+1
* score: Add Watchdog_HeaderSebastian Huber2015-04-131-19/+43
* score: Split _Watchdog_Adjust()Sebastian Huber2015-04-131-58/+20
* score: Use _Thread_Clear_state() for _Thread_ReadySebastian Huber2015-04-082-15/+18
* rtems: Atomically suspend/resume tasksSebastian Huber2015-04-081-15/+0
* score: Return prev state in thread state set/clearSebastian Huber2015-04-081-9/+11
* score: Simplify _Thread_Set_state()Sebastian Huber2015-04-081-10/+5
* score: Move _Watchdog_Ticks_since_boot definitionSebastian Huber2015-04-081-1/+1
* score: Fix MrsP ISR/task sychronizationSebastian Huber2015-03-241-9/+12
* score: Add scheduler acquire/releaseSebastian Huber2015-03-241-0/+32
* score: Add thread lockSebastian Huber2015-03-242-0/+189
* score: Add thread priority change handlerSebastian Huber2015-03-243-22/+87
* rtems/score/tls.h: Add casts to eliminate warnings on some targetsJoel Sherrill2015-03-241-3/+9
* score: Simplify debug code and use _Assert()Sebastian Huber2015-03-221-1/+1
* score: Move _Thread_queue_Extract()Sebastian Huber2015-03-221-18/+0
* score: Move _Thread_blocking_operation_Cancel()Sebastian Huber2015-03-221-24/+0
* score: Delete unused _Timestamp_(To|From)_ticks()Alexander Krutwig2015-03-202-63/+0
* score: Delete unused _Timestamp_Divide_by_integerAlexander Krutwig2015-03-202-52/+0
* score: Fix _Thread_Change_priority()Sebastian Huber2015-03-201-0/+9
* score: Delete unused _Timestamp_Is_valid()Alexander Krutwig2015-03-192-31/+0
* cpukit: add and use CPU_Uint32ptr typeGedare Bloom2015-03-162-2/+2
* rtems: make error codes uintptr_tGedare Bloom2015-03-161-1/+1
* score: Add _Objects_ISR_disable_and_acquire()Sebastian Huber2015-03-151-7/+22
* cpukit: Remove old DESCRIPTION: in commentsJoel Sherrill2015-03-112-9/+0
* score: Add rtems_set_errno_and_return_value()Sebastian Huber2015-03-101-9/+6
* score: Fix for GCC version 5 and laterSebastian Huber2015-03-091-1/+2
* score: TypoSebastian Huber2015-03-091-1/+1
* Fix even more Doxygen issuesJoel Sherrill2015-03-069-9/+40
* coremuteximpl.h: Reorder macro names to match body and fix Doxygen warningsJoel Sherrill2015-03-061-7/+13
* Fix more Doxygen typosJoel Sherrill2015-03-063-5/+5
* Fix a number of minor Doxygen formatting issuesJoel Sherrill2015-03-062-4/+4
* score: Allow NULL for SMP lock nameSebastian Huber2015-03-061-1/+1
* score: Fix SMP lock implementationSebastian Huber2015-03-063-1/+9
* score: Add compiler memory barrier to atomic opsSebastian Huber2015-03-051-0/+6
* score: Add thread wait flagsSebastian Huber2015-03-052-0/+191
* score: Add thread acquireSebastian Huber2015-03-051-0/+18
* score: Add ISR lock to Objects_ControlSebastian Huber2015-03-052-0/+83
* score: Thread dispatch dis/enable without GiantSebastian Huber2015-03-051-22/+82
* score: Add and use _Thread_Do_dispatch()Sebastian Huber2015-03-051-16/+55
* score: Simplify and fix signal deliverySebastian Huber2015-03-051-42/+12
* score: Update _Thread_Heir only if necessarySebastian Huber2015-03-051-6/+9
* score: Add and use PRIORITY_PSEUDO_ISRSebastian Huber2015-03-051-0/+7
* score: C/C++ compatibility macros for ISR locksSebastian Huber2015-03-051-4/+51
* score: DocumentationAlexander Krutwig2015-03-051-0/+13