summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score (unfollow)
Commit message (Expand)AuthorFilesLines
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
2021-04-27Return status code for _Scheduler_Get_affinity()Sebastian Huber1-3/+4
2021-04-21clock:_TOD_To_seconds(): Fix year 2514 overflowFrank Kühndel1-0/+16
2021-04-20score: Remove unused _Thread_queue_Dequeue()Sebastian Huber1-51/+0
2021-04-07score: Replace Objects_Name_or_id_lookup_errorsSebastian Huber3-41/+23
2021-04-07score: Fix internal error status numberSebastian Huber1-2/+2
2021-03-27score: Fix task stack initializationSebastian Huber1-8/+6
2021-03-16rtems: Allow initially locked MrsP semaphoresSebastian Huber1-6/+22
2021-03-16score: Add Thread_Configuration::cpu_time_budgetSebastian Huber1-0/+5
2021-03-09basedefs: Clarify RTEMS_STRING(), RTEMS_XSTRING()Frank Kühndel1-2/+4
2021-03-05score: Ensure stack alignment requirementSebastian Huber3-13/+30
2021-03-01score: Fix _Stack_Extend_size()Sebastian Huber1-7/+21
2021-02-26score: Fix thread initializationSebastian Huber1-3/+19
2021-02-26score: Add Hash HandlerSebastian Huber1-0/+168
2021-02-25score: Add _IO_Base64url()Sebastian Huber1-7/+44
2021-02-24score: Remove _CORE_barrier_Do_flush()Sebastian Huber1-17/+6
2021-02-24score: Simplify core barrierSebastian Huber2-80/+32
2021-02-24score: Remove _Objects_Open()Sebastian Huber2-41/+23
2021-02-20score: Add _Thread_Append_post_switch_action()Sebastian Huber1-4/+34
2021-02-20score: Change thread action lockingSebastian Huber1-8/+11
2021-02-19basedefs: Add RTEMS_ALIGNOF()Sebastian Huber1-1/+20
2021-02-12Add macros to assert status and use itRyan Long1-0/+30
2021-02-09basedefs: Add stringification of argument listsSebastian Huber1-8/+8
2021-02-06score: Add barrier thread queue operationsSebastian Huber1-1/+8
2021-02-06score: Make FIFO thread queue ops publicSebastian Huber1-0/+134
2021-02-06score: Constify Thread_queue_First_operationSebastian Huber1-6/+7
2021-02-03score: _Objects_Build_name() signed/unsigned charSebastian Huber1-4/+4
2021-02-01score: Define _Assert() for static analysis runsSebastian Huber2-2/+13
2021-02-01score: Clarify thread life state documentationSebastian Huber1-2/+2
2021-02-01score: Document Thread_Life_stateSebastian Huber1-3/+40
2021-02-01score: Remove unused _SMP_Assert()Sebastian Huber1-9/+0
2021-02-01score: Fix implicit type conversionSebastian Huber1-1/+1