summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Fix resource count for self-contained mutexSebastian Huber2015-09-141-2/+3
* score: Implement priority boostingSebastian Huber2015-09-045-6/+68
* score: Implement SMP-specific priority queueSebastian Huber2015-09-043-12/+65
* rbtree: Add _RBTree_Replace_node()Sebastian Huber2015-09-031-0/+61
* rbtree: Replace implementationSebastian Huber2015-09-034-326/+59
* score: Optimize thread queue first operationSebastian Huber2015-09-021-5/+10
* score: Fix return status of mutex try acquireSebastian Huber2015-09-011-9/+9
* rbtree: Delete _RBTree_Initialize()Sebastian Huber2015-08-311-47/+0
* rbheap: Drop direction from _RBTree_Iterate()Sebastian Huber2015-08-311-5/+3
* rbtree: Add _RBTree_Minimum(), _RBTree_Maximum()Sebastian Huber2015-08-311-1/+1
* score: Add self-contained condition implementationSebastian Huber2015-07-301-0/+309
* score: Add scheduler <sys/lock.h> supportSebastian Huber2015-07-301-0/+70
* score: Add self-contained futex implementationSebastian Huber2015-07-301-0/+199
* score: Add self-contained semaphore implementationSebastian Huber2015-07-301-0/+141
* score: Add self-contained mutex implementationSebastian Huber2015-07-301-0/+442
* score: Add thread queue for self-contained objectsSebastian Huber2015-07-301-0/+36
* score: Use a plain ticket lock for thread locksSebastian Huber2015-07-305-4/+9
* score: Add potpourri lock statisticsSebastian Huber2015-07-302-0/+2
* score: Rename _POSIX_Absolute_timeout_to_ticks()Sebastian Huber2015-07-281-0/+77
* score: Move wait flag update to tq extractSebastian Huber2015-07-232-14/+22
* score: Introduce Thread_queue_HeadsSebastian Huber2015-07-235-36/+196
* score: Introduce Thread_queue_QueueSebastian Huber2015-07-2311-78/+101
* score: Accept NULL pointer in _Freechain_Put()Sebastian Huber2015-07-011-1/+3
* score: Freechain handler API changesSebastian Huber2015-07-011-11/+42
* score: Hide SMP lock profiling impl if disabledSebastian Huber2015-06-262-10/+11
* score: Simplify <rtems/system.h>Sebastian Huber2015-06-261-1/+1
* score: Move default _ISR_Is_in_progress()Sebastian Huber2015-06-251-0/+51
* score: Move SMP CPU_USE_DEFERRED_FP_SWITCH checkSebastian Huber2015-06-251-0/+4
* score: Assert proper node sizeSebastian Huber2015-06-241-3/+4
* Remove use ticks for statistics configure option.Joel Sherrill2015-06-153-23/+5
* score: Add _Watchdog_Preinitialize()Sebastian Huber2015-06-131-1/+1
* score: Delete unused state WATCHDOG_REMOVE_ITSebastian Huber2015-06-131-5/+1
* Revert "timecounter: No _Timecounter_Tick_simple() for SMP"Sebastian Huber2015-06-111-6/+0
* timecounter: No _Timecounter_Tick_simple() for SMPSebastian Huber2015-06-091-0/+6
* timecounter: Synchronize with FreeBSDkib2015-06-091-42/+82
* timecounter: Synchronize with FreeBSDian2015-06-091-5/+36
* timecounter: Synchronize with FreeBSDian2015-06-091-9/+10
* timecounter: Synchronize with FreeBSDhselasky2015-06-091-8/+6
* score: Add Thread_Control::is_fpSebastian Huber2015-06-092-5/+3
* score: Remove assertSebastian Huber2015-06-031-6/+0
* score: Replace _API_Mutex_Is_locked()Sebastian Huber2015-05-271-5/+3
* timecounter: Use in RTEMSAlexander Krutwig2015-05-2021-531/+64
* timecounter: Port to RTEMSAlexander Krutwig2015-05-201-0/+171
* timecounter: Honor FFCLOCK defineAlexander Krutwig2015-05-191-0/+4
* timecounter: Use uint32_t instead of u_intAlexander Krutwig2015-05-191-17/+17
* timecounter: Import from FreeBSDAlexander Krutwig2015-05-194-0/+2039
* score: _Thread_Dispatch_disable_critical()Sebastian Huber2015-05-191-2/+2
* score: Replace _Thread_Delay_ended()Sebastian Huber2015-05-191-38/+0
* score: Do not inline SMP lock if profiling enabledSebastian Huber2015-05-191-0/+68
* score: Fine grained locking for MrsPSebastian Huber2015-05-191-5/+0