summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/condwaitsupp.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-28cpukit/posix/src/[a-o]*.c: Change license to BSD-2Joel Sherrill1-3/+22
2021-06-10score: Fix initialization of thread queue contextSebastian Huber1-1/+1
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber1-1/+2
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
2017-10-24score: Move thread queue timeout handlingSebastian Huber1-55/+71
2017-10-05posix: Implement self-contained POSIX condvarSebastian Huber1-16/+11
2017-09-12posix: Use mutex object itself for condvarSebastian Huber1-4/+4
2017-01-31score: Add _Thread_queue_Object_nameSebastian Huber1-2/+1
2017-01-11score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIERSebastian Huber1-1/+2
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-33/+42
2016-09-08score: Introduce Thread_queue_Lock_contextSebastian Huber1-1/+3
2016-07-25posix: cond_timedwait remember and use clock from condattrGedare Bloom1-1/+2
2016-07-25posix: refactor cond wait support to defer abstime conversionGedare Bloom1-4/+30
2016-07-25cpukit: Add and use Watchdog_Discipline.Gedare Bloom1-1/+2
2016-05-30posix: Avoid use of internal mutex methodsSebastian Huber1-23/+13
2016-05-30score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber1-1/+2
2016-05-26score: Add Status_Control for all APIsSebastian Huber1-18/+15
2016-05-25score: Move thread queue MP callout to contextSebastian Huber1-11/+10
2016-05-25score: Get rid of mp_id parameterSebastian Huber1-1/+0
2016-05-25score: Move thread queue object supportSebastian Huber1-5/+2
2016-04-27posix: Avoid Giant lock for condition variablesSebastian Huber1-85/+103
2016-04-21posix: _POSIX_Condition_variables_Wait_support()Sebastian Huber1-13/+5
2016-04-06score: Delete Thread_Wait_information::idSebastian Huber1-1/+6
2016-03-29score: Remove Thread_queue_Queue::operations fieldSebastian Huber1-0/+1
2015-07-28score: Rename _POSIX_Absolute_timeout_to_ticks()Sebastian Huber1-1/+0
2015-05-19score: Delete Thread_queue_Control::timeout_statusSebastian Huber1-1/+2
2015-05-19score: Add Thread_queue_Control::LockSebastian Huber1-2/+0
2015-04-23score: Delete Thread_queue_Control::stateSebastian Huber1-1/+8
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-02-03posix/*.c: Remove use of register keywordJoel Sherrill1-2/+2
2013-12-09condwaitsupp.c: Return EPERM if waiting and mutex is not lockedJoel Sherrill1-4/+8
2013-08-23score: _Thread_queue_Enqueue_with_handler()Sebastian Huber1-1/+1
2013-07-26score: Create object implementation headerSebastian Huber1-1/+0
2013-07-26score: Create states implementation headerSebastian Huber1-1/+0
2013-07-22score: Obtain _Thread_Executing in proper contextSebastian Huber1-4/+6
2013-07-22posix: Create condition variable impl headerSebastian Huber1-1/+1
2013-07-18posix: Create mutex implementation headerSebastian Huber1-1/+1
2013-06-07score: Add and use _Objects_Put()Sebastian Huber1-6/+8
2012-12-15posix: Doxygen Enhancement Task #2Alex Ivanov1-7/+7
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2011-07-242011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+1
2010-07-282010-07-28 Vinu Rajashekhar <vinutheraj@gmail.com>Joel Sherrill1-2/+9
2008-09-04Convert to "bool".Ralf Corsepius1-1/+1
2007-12-172007-12-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+7
2007-11-302007-11-30 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey1-6/+9
2007-11-282007-11-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-3/+0
2007-10-262007-10-26 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-1/+1
2004-04-16Remove stray white spaces.Ralf Corsepius1-7/+7