summaryrefslogtreecommitdiff
path: root/cpukit/score/include (follow)
AgeCommit message (Expand)Author
2017-12-06libio: Use API mutexSebastian Huber
2017-12-04score: Use self-contained API mutexSebastian Huber
2017-11-22sapi: New implementation of rtems_panic()Sebastian Huber
2017-11-22INTERNAL_ERROR_POSIX_INIT_THREAD_ENTRY_IS_NULLSebastian Huber
2017-11-22score: Simplify global constructionSebastian Huber
2017-11-20score: Optimize scheduler priority updatesSebastian Huber
2017-11-17cpukit: Add _arc4random_getentropy_fail.Christian Mauderer
2017-11-17score: Adjust _Scheduler_EDF_SMP_Insert_ready()Sebastian Huber
2017-11-09score: Change _Timecounter_Time_uptime to int32_tSebastian Huber
2017-11-09posix: Change created_with_explicit_schedulerSebastian Huber
2017-11-06score: Use Processor_mask instead of cpu_set_tSebastian Huber
2017-11-06score: _Chain_Insert_ordered_unprotected()Sebastian Huber
2017-11-06score: Remove superfluous includeSebastian Huber
2017-11-06score: Add _IO_Printf() and _IO_Vprintf()Sebastian Huber
2017-11-02posix: Use far future for very long timeoutsSebastian Huber
2017-10-28score: Simplify SMP get lowest scheduledSebastian Huber
2017-10-26score: Delete _Scheduler_Thread_set_priority()Sebastian Huber
2017-10-24score: Move thread queue timeout handlingSebastian Huber
2017-10-24score: Rename function threadq support functionSebastian Huber
2017-10-24score: Add _Thread_Continue()Sebastian Huber
2017-10-24score: _Watchdog_Per_CPU_lazy_insert_monotonic()Sebastian Huber
2017-10-24score: Add _Watchdog_Monotonic_from_timespec()Sebastian Huber
2017-10-24score: Add _Watchdog_Nanoseconds_per_tickSebastian Huber
2017-10-24score: _Watchdog_Is_far_future_monotonic_timespecSebastian Huber
2017-10-24score: Add _Watchdog_Is_valid_interval_timespec()Sebastian Huber
2017-10-24score: _Watchdog_Is_far_future_realtime_timespec()Sebastian Huber
2017-10-24score: Rename _Watchdog_Ticks_from_*()Sebastian Huber
2017-10-24score: Add _Watchdog_Ticks_per_secondSebastian Huber
2017-10-24score: Add _Thread_Add_timeout_ticks()Sebastian Huber
2017-10-17score: Rename _Watchdog_Per_CPU_insert_monotonic()Sebastian Huber
2017-10-17score: Rename watchdog variantsSebastian Huber
2017-10-12score: Remove unused function declarationSebastian Huber
2017-10-12timecounter: Update FreeBSD identifiersSebastian Huber
2017-10-12timecounter: Merge FreeBSD change r304285Konstantin Belousov
2017-10-12timecounter: Merge FreeBSD change r303382Konstantin Belousov
2017-10-12timecounter: Merge FreeBSD change r298981Pedro Giffuni
2017-10-12timecounter: Merge FreeBSD change r304285Ian Lepore
2017-10-12timecounter: Merge FreeBSD change r282424Ian Lepore
2017-10-12timecounter: Merge FreeBSD change r279728Hans Petter Selasky
2017-10-11score: Remove CPU_set_ControlSebastian Huber
2017-10-10score: Add _Thread_queue_Dispatch_disable()Sebastian Huber
2017-10-09score: Change Timestamp_Control to sbintime_tSebastian Huber
2017-10-09score: Use struct timespec for TODSebastian Huber
2017-10-09score: Simplify _Timestamp_Add_to()Sebastian Huber
2017-10-05posix: Implement self-contained POSIX mutexSebastian Huber
2017-10-05posix: Implement self-contained POSIX condvarSebastian Huber
2017-10-05posix: Implement self-contained POSIX rwlocksSebastian Huber
2017-10-05posix: Implement self-contained POSIX barriersSebastian Huber
2017-10-05posix: Implement self-contained POSIX semaphoresSebastian Huber
2017-10-05posix: Optimize pthread_once_tSebastian Huber