summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-06score: Add _IO_Printf() and _IO_Vprintf()Sebastian Huber1-0/+46
2017-11-02posix: Use far future for very long timeoutsSebastian Huber1-0/+30
2017-10-28score: Simplify SMP get lowest scheduledSebastian Huber1-7/+4
2017-10-26score: Delete _Scheduler_Thread_set_priority()Sebastian Huber1-12/+0
2017-10-24score: Move thread queue timeout handlingSebastian Huber6-106/+114
2017-10-24score: Rename function threadq support functionSebastian Huber3-7/+7
2017-10-24score: Add _Thread_Continue()Sebastian Huber1-2/+16
2017-10-24score: _Watchdog_Per_CPU_lazy_insert_monotonic()Sebastian Huber1-0/+25
2017-10-24score: Add _Watchdog_Monotonic_from_timespec()Sebastian Huber1-0/+16
2017-10-24score: Add _Watchdog_Nanoseconds_per_tickSebastian Huber1-0/+8
2017-10-24score: _Watchdog_Is_far_future_monotonic_timespecSebastian Huber2-0/+16
2017-10-24score: Add _Watchdog_Is_valid_interval_timespec()Sebastian Huber1-0/+7
2017-10-24score: _Watchdog_Is_far_future_realtime_timespec()Sebastian Huber1-9/+32
2017-10-24score: Rename _Watchdog_Ticks_from_*()Sebastian Huber1-3/+3
2017-10-24score: Add _Watchdog_Ticks_per_secondSebastian Huber1-0/+8
2017-10-24score: Add _Thread_Add_timeout_ticks()Sebastian Huber1-6/+5
2017-10-17score: Rename _Watchdog_Per_CPU_insert_monotonic()Sebastian Huber2-2/+2
2017-10-17score: Rename watchdog variantsSebastian Huber3-26/+30
2017-10-12score: Remove unused function declarationSebastian Huber1-15/+0
2017-10-12timecounter: Merge FreeBSD change r303382Konstantin Belousov1-7/+14
2017-10-11score: Remove CPU_set_ControlSebastian Huber5-196/+3
2017-10-10score: Add _Thread_queue_Dispatch_disable()Sebastian Huber3-6/+12
2017-10-09score: Change Timestamp_Control to sbintime_tSebastian Huber3-34/+24
2017-10-09score: Use struct timespec for TODSebastian Huber1-46/+8
2017-10-09score: Simplify _Timestamp_Add_to()Sebastian Huber1-7/+1
2017-10-05posix: Implement self-contained POSIX mutexSebastian Huber3-2/+37
2017-10-05posix: Implement self-contained POSIX condvarSebastian Huber2-2/+0
2017-10-05posix: Implement self-contained POSIX rwlocksSebastian Huber4-91/+56
2017-10-05posix: Implement self-contained POSIX barriersSebastian Huber2-2/+0
2017-10-05posix: Implement self-contained POSIX semaphoresSebastian Huber1-0/+73
2017-10-05posix: Optimize pthread_once_tSebastian Huber1-1/+1
2017-10-05score: Make status codes unconditionalSebastian Huber1-9/+2
2017-09-27score: Simplify red-black tree debug supportSebastian Huber1-8/+0
2017-09-27score: Rename to _Scheduler_ControlSebastian Huber7-15/+15
2017-09-22score: Include missing header fileSebastian Huber1-0/+2
2017-08-25score: Remove <string.h> include from basedefs.hSebastian Huber1-7/+0
2017-08-25score: Remove <limits.h> include from basedefs.hSebastian Huber1-7/+0
2017-08-22heap: Fix integer typesSebastian Huber1-3/+3
2017-07-31score: Add RTEMS_HAVE_MEMBER_SAME_TYPE()Sebastian Huber2-2/+25
2017-07-25INTERNAL_ERROR_ILLEGAL_USE_OF_FLOATING_POINT_UNITSebastian Huber1-1/+2
2017-07-25score: Add optional _CPU_Context_Destroy()Sebastian Huber1-0/+7
2017-07-12score: Fix typoSebastian Huber1-1/+1
2017-07-12Add interrupt vector set/get affinitySebastian Huber1-0/+25
2017-07-10score: Fix set schedulerSebastian Huber1-5/+13
2017-07-10score: Add simple affinity support to EDF SMPSebastian Huber2-12/+205
2017-07-07score: Pass scheduler nodes to processor allocatorSebastian Huber1-18/+14
2017-07-07score: Add scheduler node to set affinity opSebastian Huber3-0/+6
2017-07-07score: Fix default set affinitySebastian Huber1-4/+3
2017-07-07score: Introduce _SMP_Get_online_processors()Sebastian Huber1-0/+9
2017-07-07score: Use processor mask for set affinitySebastian Huber3-41/+13