summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-30score: Regenerate <rtems/score/basedefs.h>Sebastian Huber1-1/+1
2021-09-21score: Remove unused default scheduler opsSebastian Huber1-46/+13
2021-09-21score: Ensure only one CPU if requiredSebastian Huber1-1/+2
2021-09-21score: Provide two thread pin/unpin defaultsSebastian Huber5-11/+32
2021-09-21score: SCHEDULER_OPERATION_DEFAULT_GET_SET_AFFINITYSebastian Huber7-8/+20
2021-09-21score: SCHEDULER_OPERATION_DEFAULT_ASK_FOR_HELPSebastian Huber5-6/+17
2021-09-06score: Change TOD_LATEST_YEAR to 2099Sebastian Huber1-2/+29
2021-09-06score: Limit the CLOCK_REALTIME settingSebastian Huber1-0/+9
2021-09-06score: Add _TOD_Is_valid_new_time_of_day()Sebastian Huber1-1/+13
2021-09-06score: Remove TOD_TICKS_PER_SECOND_method()Sebastian Huber1-18/+2
2021-09-06score: Return status in _TOD_Adjust()Sebastian Huber1-1/+4
2021-09-03score: Document thread queue operationsSebastian Huber2-9/+61
2021-09-01score: Update priority only if necessarySebastian Huber1-2/+2
2021-09-01score: Remove _Thread_queue_Unblock_critical()Sebastian Huber1-28/+6
2021-09-01score: Remove _Thread_queue_First_locked()Sebastian Huber1-28/+0
2021-09-01score: Fix blocking message queue receiveSebastian Huber2-54/+25
2021-09-01score: Fix priority discipline handlingSebastian Huber3-58/+56
2021-08-18score: Delete unused rtems_ada_selfSebastian Huber1-5/+0
2021-08-18score: Make zombie registry observableSebastian Huber1-0/+27
2021-08-12score: Simplify _Scheduler_Tick()Sebastian Huber1-4/+22
2021-08-12score: Replace the single use of a sequence lockSebastian Huber2-28/+63
2021-08-12score: Replace priority prepend it with an enumSebastian Huber5-40/+68
2021-07-29score: Change _SMP_Send_message() parameter typeSebastian Huber1-4/+5
2021-07-29score: Add _Per_CPU_Submit_job()Sebastian Huber1-4/+16
2021-07-28score: Remove SMP message multicast/broadcastSebastian Huber1-22/+0
2021-07-28score: Simplify SMP processor state handlingSebastian Huber2-37/+66
2021-07-28score: Remove processor event broadcast/receiveSebastian Huber1-1/+34
2021-07-28score: Remove _Internal_errors_What_happenedSebastian Huber1-17/+1
2021-07-26rtems: Add RTEMS_FATAL_SOURCE_SPURIOUS_INTERRUPTSebastian Huber1-0/+7
2021-07-16cpukit: occured -> occurredSebastian Huber8-15/+15
2021-06-24Update Strong APA SchedulerRichi Dubey1-33/+129
2021-06-10score: Add PER_CPU_DATA_NEED_INITIALIZATION()Sebastian Huber1-0/+14
2021-06-10score: Fix initialization of thread queue contextSebastian Huber1-3/+9
2021-06-08score: Remove unused _Per_CPU_Initialize() declSebastian Huber1-7/+0
2021-05-28libcsupport: Added futimens() and utimensat()Ryan Long1-7/+37
2021-05-28score: Add RTEMS_UNREACHABLE() to a groupSebastian Huber1-0/+2
2021-05-26score: Simplify calling _Thread_Exit()Sebastian Huber1-7/+6
2021-05-18score: Simplify thread queue timeout handlingSebastian Huber3-13/+48
2021-05-17score: Add and use _Per_CPU_Is_ISR_in_progress()Sebastian Huber3-12/+21
2021-05-17score: Improve parameters in _Thread_Change_life()Sebastian Huber1-10/+12
2021-05-14rtems: Fix task restart within interrupt contextSebastian Huber1-14/+1
2021-05-14score: Return status in _Thread_Restart_other()Sebastian Huber1-6/+9
2021-05-11score: Rename _Stack_Free_nothing()Sebastian Huber3-8/+8
2021-05-04score: Make _Once_Lock() and _Once_Unlock() staticSebastian Huber1-16/+0
2021-05-02score: Add _Thread_Dispatch_direct_no_return()Sebastian Huber1-0/+11
2021-04-30basedefs: Add RTEMS_NOINITSebastian Huber1-16/+26
2021-04-30Use alias for rtems_task_self() and pthread_self()Sebastian Huber1-0/+7
2021-04-27Return status code for _Thread_Start()Sebastian Huber1-4/+3
2021-04-27Return status code for _Scheduler_Set_affinity()Sebastian Huber4-19/+35
2021-04-27rtems: Change rtems_task_get_affinity() statusSebastian Huber2-1/+3