summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-28libcsupport: Added futimens() and utimensat()Ryan Long1-0/+54
2021-05-26score: Direct thread dispatch in a self restartSebastian Huber1-5/+11
2021-05-26score: Fix _Thread_Cancel()Sebastian Huber1-26/+22
2021-05-26score: Simplify calling _Thread_Exit()Sebastian Huber1-5/+13
2021-05-18score: Simplify thread queue timeout handlingSebastian Huber2-4/+12
2021-05-18score: Add _CPU_Context_switch_no_return()Sebastian Huber1-1/+1
2021-05-17score: Move _Thread_queue_Queue_get_name_and_id()Sebastian Huber2-36/+76
2021-05-17score: Add and use _Per_CPU_Is_ISR_in_progress()Sebastian Huber1-1/+1
2021-05-17score: Improve parameters in _Thread_Change_life()Sebastian Huber1-12/+17
2021-05-14rtems: Fix task restart within interrupt contextSebastian Huber1-53/+15
2021-05-14rtems: Always set the real priority during restartSebastian Huber1-26/+32
2021-05-14score: Return status in _Thread_Restart_other()Sebastian Huber1-3/+3
2021-05-11rtems: Use _Objects_Free_nothing() for msg queuesSebastian Huber1-5/+3
2021-05-11score: Rename _Stack_Free_nothing()Sebastian Huber1-5/+5
2021-05-04score: Make _Once_Lock() and _Once_Unlock() staticSebastian Huber1-16/+16
2021-05-02score: Add _Thread_Dispatch_direct_no_return()Sebastian Huber2-2/+5
2021-04-30Use alias for rtems_task_self() and pthread_self()Sebastian Huber1-0/+53
2021-04-29objectextendinformation.c: Ensure information->object_blocks is not NULLRyan Long1-0/+11
2021-04-27Return status code for _Thread_Start()Sebastian Huber1-3/+3
2021-04-27Return status code for _Scheduler_Set_affinity()Sebastian Huber4-18/+18
2021-04-27rtems: Change rtems_task_get_affinity() statusSebastian Huber1-1/+1
2021-04-27Return status code for _Scheduler_Get_affinity()Sebastian Huber1-2/+7
2021-04-20Remove superfluous <rtems/score/wkspace.h> includesSebastian Huber7-7/+0
2021-04-20score: Remove unused _Thread_queue_Dequeue()Sebastian Huber1-32/+0
2021-04-07score: Replace Objects_Name_or_id_lookup_errorsSebastian Huber3-17/+17
2021-03-27score: Add an assert to _Workspace_Free()Sebastian Huber1-1/+5
2021-03-27score: Fix task stack initializationSebastian Huber1-1/+0
2021-03-16score: Add Thread_Configuration::cpu_time_budgetSebastian Huber1-17/+1
2021-03-05score: Ensure stack alignment requirementSebastian Huber2-11/+24
2021-03-04score: Enforce CPU_STACK_ALIGNMENT requirementsSebastian Huber1-16/+14
2021-03-01score: Simplify _Objects_Name_to_id_u32()Sebastian Huber1-20/+21
2021-02-26score: Fix thread initializationSebastian Huber4-107/+125
2021-02-26score: Add Hash HandlerSebastian Huber1-0/+76
2021-02-25score: Add _IO_Base64url()Sebastian Huber1-18/+38
2021-02-24score: Remove _CORE_barrier_Do_flush()Sebastian Huber1-37/+0
2021-02-24score: Simplify core barrierSebastian Huber2-12/+12
2021-02-24score: Remove _Objects_Open()Sebastian Huber3-6/+3
2021-02-20score: Change thread action lockingSebastian Huber1-3/+0
2021-02-16score: Fix warning in thread queue opsChris Johns1-3/+3
2021-02-06score: Add barrier thread queue operationsSebastian Huber2-3/+32
2021-02-06score: Make FIFO thread queue ops publicSebastian Huber1-8/+9
2021-02-06score: Constify Thread_queue_First_operationSebastian Huber1-6/+6
2021-02-01score: Remove double assignmentSebastian Huber1-2/+1
2021-02-01score: Simplify _CORE_message_queue_Broadcast()Sebastian Huber1-11/+8
2021-02-01kern_tc.c: Remove unused codeSebastian Huber1-6/+0
2021-02-01score: Fix _CORE_message_queue_Submit() indentationSebastian Huber1-40/+40
2021-02-01score: Fix _Objects_Get_information() indentationSebastian Huber1-7/+8
2021-02-01score: Add _Thread_Get_objects_information()Sebastian Huber1-6/+6
2021-02-01score: Rename _Thread_Get_objects_information()Sebastian Huber1-1/+1
2020-12-03score: Fix discard 'const' qualifier warningSebastian Huber1-1/+1