summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* libcsupport: Added futimens() and utimensat()Ryan Long2021-05-281-0/+54
* score: Direct thread dispatch in a self restartSebastian Huber2021-05-261-5/+11
* score: Fix _Thread_Cancel()Sebastian Huber2021-05-261-26/+22
* score: Simplify calling _Thread_Exit()Sebastian Huber2021-05-261-5/+13
* score: Simplify thread queue timeout handlingSebastian Huber2021-05-182-4/+12
* score: Add _CPU_Context_switch_no_return()Sebastian Huber2021-05-181-1/+1
* score: Move _Thread_queue_Queue_get_name_and_id()Sebastian Huber2021-05-172-36/+76
* score: Add and use _Per_CPU_Is_ISR_in_progress()Sebastian Huber2021-05-171-1/+1
* score: Improve parameters in _Thread_Change_life()Sebastian Huber2021-05-171-12/+17
* rtems: Fix task restart within interrupt contextSebastian Huber2021-05-141-53/+15
* rtems: Always set the real priority during restartSebastian Huber2021-05-141-26/+32
* score: Return status in _Thread_Restart_other()Sebastian Huber2021-05-141-3/+3
* rtems: Use _Objects_Free_nothing() for msg queuesSebastian Huber2021-05-111-5/+3
* score: Rename _Stack_Free_nothing()Sebastian Huber2021-05-111-5/+5
* score: Make _Once_Lock() and _Once_Unlock() staticSebastian Huber2021-05-041-16/+16
* score: Add _Thread_Dispatch_direct_no_return()Sebastian Huber2021-05-022-2/+5
* Use alias for rtems_task_self() and pthread_self()Sebastian Huber2021-04-301-0/+53
* objectextendinformation.c: Ensure information->object_blocks is not NULLRyan Long2021-04-291-0/+11
* Return status code for _Thread_Start()Sebastian Huber2021-04-271-3/+3
* Return status code for _Scheduler_Set_affinity()Sebastian Huber2021-04-274-18/+18
* rtems: Change rtems_task_get_affinity() statusSebastian Huber2021-04-271-1/+1
* Return status code for _Scheduler_Get_affinity()Sebastian Huber2021-04-271-2/+7
* Remove superfluous <rtems/score/wkspace.h> includesSebastian Huber2021-04-207-7/+0
* score: Remove unused _Thread_queue_Dequeue()Sebastian Huber2021-04-201-32/+0
* score: Replace Objects_Name_or_id_lookup_errorsSebastian Huber2021-04-073-17/+17
* score: Add an assert to _Workspace_Free()Sebastian Huber2021-03-271-1/+5
* score: Fix task stack initializationSebastian Huber2021-03-271-1/+0
* score: Add Thread_Configuration::cpu_time_budgetSebastian Huber2021-03-161-17/+1
* score: Ensure stack alignment requirementSebastian Huber2021-03-052-11/+24
* score: Enforce CPU_STACK_ALIGNMENT requirementsSebastian Huber2021-03-041-16/+14
* score: Simplify _Objects_Name_to_id_u32()Sebastian Huber2021-03-011-20/+21
* score: Fix thread initializationSebastian Huber2021-02-264-107/+125
* score: Add Hash HandlerSebastian Huber2021-02-261-0/+76
* score: Add _IO_Base64url()Sebastian Huber2021-02-251-18/+38
* score: Remove _CORE_barrier_Do_flush()Sebastian Huber2021-02-241-37/+0
* score: Simplify core barrierSebastian Huber2021-02-242-12/+12
* score: Remove _Objects_Open()Sebastian Huber2021-02-243-6/+3
* score: Change thread action lockingSebastian Huber2021-02-201-3/+0
* score: Fix warning in thread queue opsChris Johns2021-02-161-3/+3
* score: Add barrier thread queue operationsSebastian Huber2021-02-062-3/+32
* score: Make FIFO thread queue ops publicSebastian Huber2021-02-061-8/+9
* score: Constify Thread_queue_First_operationSebastian Huber2021-02-061-6/+6
* score: Remove double assignmentSebastian Huber2021-02-011-2/+1
* score: Simplify _CORE_message_queue_Broadcast()Sebastian Huber2021-02-011-11/+8
* kern_tc.c: Remove unused codeSebastian Huber2021-02-011-6/+0
* score: Fix _CORE_message_queue_Submit() indentationSebastian Huber2021-02-011-40/+40
* score: Fix _Objects_Get_information() indentationSebastian Huber2021-02-011-7/+8
* score: Add _Thread_Get_objects_information()Sebastian Huber2021-02-011-6/+6
* score: Rename _Thread_Get_objects_information()Sebastian Huber2021-02-011-1/+1
* score: Fix discard 'const' qualifier warningSebastian Huber2020-12-031-1/+1