summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Add PER_CPU_DATA_NEED_INITIALIZATION()Sebastian Huber2021-06-101-0/+14
* score: Fix initialization of thread queue contextSebastian Huber2021-06-101-3/+9
* score: Remove unused _Per_CPU_Initialize() declSebastian Huber2021-06-081-7/+0
* libcsupport: Added futimens() and utimensat()Ryan Long2021-05-281-7/+37
* score: Add RTEMS_UNREACHABLE() to a groupSebastian Huber2021-05-281-0/+2
* score: Simplify calling _Thread_Exit()Sebastian Huber2021-05-261-7/+6
* score: Simplify thread queue timeout handlingSebastian Huber2021-05-183-13/+48
* score: Add and use _Per_CPU_Is_ISR_in_progress()Sebastian Huber2021-05-173-12/+21
* score: Improve parameters in _Thread_Change_life()Sebastian Huber2021-05-171-10/+12
* rtems: Fix task restart within interrupt contextSebastian Huber2021-05-141-14/+1
* score: Return status in _Thread_Restart_other()Sebastian Huber2021-05-141-6/+9
* score: Rename _Stack_Free_nothing()Sebastian Huber2021-05-113-8/+8
* score: Make _Once_Lock() and _Once_Unlock() staticSebastian Huber2021-05-041-16/+0
* score: Add _Thread_Dispatch_direct_no_return()Sebastian Huber2021-05-021-0/+11
* basedefs: Add RTEMS_NOINITSebastian Huber2021-04-301-16/+26
* Use alias for rtems_task_self() and pthread_self()Sebastian Huber2021-04-301-0/+7
* Return status code for _Thread_Start()Sebastian Huber2021-04-271-4/+3
* Return status code for _Scheduler_Set_affinity()Sebastian Huber2021-04-274-19/+35
* rtems: Change rtems_task_get_affinity() statusSebastian Huber2021-04-272-1/+3
* Return status code for _Scheduler_Get_affinity()Sebastian Huber2021-04-271-3/+4
* clock:_TOD_To_seconds(): Fix year 2514 overflowFrank Kühndel2021-04-211-0/+16
* score: Remove unused _Thread_queue_Dequeue()Sebastian Huber2021-04-201-51/+0
* score: Replace Objects_Name_or_id_lookup_errorsSebastian Huber2021-04-073-41/+23
* score: Fix internal error status numberSebastian Huber2021-04-071-2/+2
* score: Fix task stack initializationSebastian Huber2021-03-271-8/+6
* rtems: Allow initially locked MrsP semaphoresSebastian Huber2021-03-161-6/+22
* score: Add Thread_Configuration::cpu_time_budgetSebastian Huber2021-03-161-0/+5
* basedefs: Clarify RTEMS_STRING(), RTEMS_XSTRING()Frank Kühndel2021-03-091-2/+4
* score: Ensure stack alignment requirementSebastian Huber2021-03-053-13/+30
* score: Fix _Stack_Extend_size()Sebastian Huber2021-03-011-7/+21
* score: Fix thread initializationSebastian Huber2021-02-261-3/+19
* score: Add Hash HandlerSebastian Huber2021-02-261-0/+168
* score: Add _IO_Base64url()Sebastian Huber2021-02-251-7/+44
* score: Remove _CORE_barrier_Do_flush()Sebastian Huber2021-02-241-17/+6
* score: Simplify core barrierSebastian Huber2021-02-242-80/+32
* score: Remove _Objects_Open()Sebastian Huber2021-02-242-41/+23
* score: Add _Thread_Append_post_switch_action()Sebastian Huber2021-02-201-4/+34
* score: Change thread action lockingSebastian Huber2021-02-201-8/+11
* basedefs: Add RTEMS_ALIGNOF()Sebastian Huber2021-02-191-1/+20
* Add macros to assert status and use itRyan Long2021-02-121-0/+30
* basedefs: Add stringification of argument listsSebastian Huber2021-02-091-8/+8
* score: Add barrier thread queue operationsSebastian Huber2021-02-061-1/+8
* score: Make FIFO thread queue ops publicSebastian Huber2021-02-061-0/+134
* score: Constify Thread_queue_First_operationSebastian Huber2021-02-061-6/+7
* score: _Objects_Build_name() signed/unsigned charSebastian Huber2021-02-031-4/+4
* score: Define _Assert() for static analysis runsSebastian Huber2021-02-012-2/+13
* score: Clarify thread life state documentationSebastian Huber2021-02-011-2/+2
* score: Document Thread_Life_stateSebastian Huber2021-02-011-3/+40
* score: Remove unused _SMP_Assert()Sebastian Huber2021-02-011-9/+0
* score: Fix implicit type conversionSebastian Huber2021-02-011-1/+1