summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2020-12-03score: Free old name in _Objects_Set_name()Sebastian Huber1-0/+1
2020-12-03score: Return a status in _Objects_Set_name()Sebastian Huber1-3/+3
2020-12-02score: Canonicalize Doxygen @file commentsSebastian Huber242-381/+1292
2020-12-02score: Delete empty pheapinit.cSebastian Huber1-24/+0
2020-11-19config: Initialize task stack allocator on demandSebastian Huber1-4/+1
2020-11-19config: Simplify task stack allocator initSebastian Huber1-8/+0
2020-10-14Remove *_Is_null() inline functionsSebastian Huber1-3/+4
2020-10-01Decouple the C Program Heap initializationSebastian Huber2-0/+91
2020-09-28rtems: Add rtems_message_queue_construct()Sebastian Huber3-9/+68
2020-09-28score: Simplify CORE_message_queue_BufferSebastian Huber4-23/+24
2020-09-28score: Improve _CORE_message_queue_Initialize()Sebastian Huber1-5/+5
2020-09-28score: Gather message queue control initializationSebastian Huber1-16/+11
2020-09-28score: Fix allocation size calculationSebastian Huber1-51/+23
2020-09-28score: Use RTEMS_ALIGN_UP()Sebastian Huber1-3/+4
2020-09-17CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZESebastian Huber1-3/+13
2020-09-11score: Fix _Thread_Initialize()Sebastian Huber1-5/+6
2020-08-31score: Add stack free handler to TCBSebastian Huber3-17/+60
2020-08-31score: Move _Stack_Allocator_free to separate fileSebastian Huber2-2/+35
2020-08-31score: Add _Stack_Allocator_do_initialize()Sebastian Huber3-21/+63
2020-08-31score: Use _Freechain_Push()Sebastian Huber2-2/+2
2020-08-31score: Add <rtems/score/freechainimpl.h>Sebastian Huber5-1/+5
2020-08-31score: Add _Freechain_Push()Sebastian Huber1-2/+1
2020-08-31score: Fix debug assertSebastian Huber1-4/+12
2020-08-31score: Optimize _Objects_Name_to_id_u32()Sebastian Huber2-3/+2
2020-08-31rtems: Add _RTEMS_Name_to_id()Sebastian Huber1-2/+2
2020-08-31score: Constify objects name to id functionsSebastian Huber2-9/+9
2020-08-21score: Fix set but not used warningSebastian Huber1-1/+1
2020-06-30score: Add CPU_USE_LIBC_INIT_FINI_ARRAYKinsey Moore1-2/+6
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber33-33/+66
2020-04-16Canonicalize config.h includeSebastian Huber224-269/+269
2020-04-14score: Check time of day in _TOD_Set()Sebastian Huber1-1/+20
2020-04-14score: Return status in _TOD_Set()Sebastian Huber2-19/+23
2020-04-05Revert "score: Fix _ISR_Stack_area_end"Sebastian Huber1-36/+0
2020-04-03score: Fix _ISR_Stack_area_endSebastian Huber1-0/+36
2020-03-16score: Add _IO_Base64()Sebastian Huber1-0/+82
2020-02-28score: Fix context switch extensions (SMP)Sebastian Huber4-0/+33
2020-02-25score: Fix label defined but not used warningSebastian Huber1-0/+2