summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/condition.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-20Update company nameSebastian Huber1-1/+1
2022-03-10cpukit/: Scripted embedded brains header file clean upJoel Sherrill1-6/+0
2022-02-28score/src/[a-m]*.c: Change license to BSD-2Joel Sherrill1-3/+22
2021-06-10score: Fix initialization of thread queue contextSebastian Huber1-2/+2
2020-12-02score: Canonicalize Doxygen @file commentsSebastian Huber1-0/+12
2020-04-16Canonicalize config.h includeSebastian Huber1-2/+2
2018-07-25score: RTEMS_PREDICT_TRUE(), RTEMS_PREDICT_FALSE()Sebastian Huber1-1/+3
2017-10-24score: Move thread queue timeout handlingSebastian Huber1-43/+45
2017-08-25Include missing <limits.h>Sebastian Huber1-0/+1
2017-01-13configure: Remove HAVE_STRUCT__THREAD_QUEUE_QUEUESebastian Huber1-4/+0
2017-01-13score: Add Thread_queue_Queue::nameSebastian Huber1-1/+1
2017-01-11score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIERSebastian Huber1-1/+1
2016-12-23score: Relax <sys/lock.h> static assertionsSebastian Huber1-1/+1
2016-11-24score: Optimize _Thread_queue_Enqueue()Sebastian Huber1-1/+4
2016-11-23score: Rename _Thread_queue_Enqueue_critical()Sebastian Huber1-1/+1
2016-11-23score: Add thread queue enqueue calloutSebastian Huber1-73/+78
2016-09-08score: Introduce Thread_queue_Lock_contextSebastian Huber1-12/+14
2016-07-25posix: cond_timedwait remember and use clock from condattrGedare Bloom1-2/+2
2016-07-25cpukit: Add and use Watchdog_Discipline.Gedare Bloom1-6/+11
2016-05-30score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber1-40/+48
2016-05-30score: Add _Thread_queue_Context_set_MP_callout()Sebastian Huber1-1/+1
2016-05-26score: Add Status_Control for all APIsSebastian Huber1-4/+2
2016-05-25score: Move thread queue MP callout to contextSebastian Huber1-18/+18
2016-05-25score: Get rid of mp_id parameterSebastian Huber1-1/+0
2016-04-22score: Use _Thread_queue_Flush_critical() for condSebastian Huber1-67/+41
2016-04-06score: Rework MP thread queue callout supportSebastian Huber1-1/+3
2016-03-04score: Replace watchdog handler implementationSebastian Huber1-1/+1
2015-07-30score: Add self-contained condition implementationSebastian Huber1-0/+309