summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/condwaitsupp.c (follow)
AgeCommit message (Expand)Author
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber
2020-04-16Canonicalize config.h includeSebastian Huber
2017-10-24score: Move thread queue timeout handlingSebastian Huber
2017-10-05posix: Implement self-contained POSIX condvarSebastian Huber
2017-09-12posix: Use mutex object itself for condvarSebastian Huber
2017-01-31score: Add _Thread_queue_Object_nameSebastian Huber
2017-01-11score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIERSebastian Huber
2016-11-24score: Optimize _Thread_queue_Enqueue()Sebastian Huber
2016-11-23score: Rename _Thread_queue_Enqueue_critical()Sebastian Huber
2016-11-23score: Add thread queue enqueue calloutSebastian Huber
2016-09-08score: Introduce Thread_queue_Lock_contextSebastian Huber
2016-07-25posix: cond_timedwait remember and use clock from condattrGedare Bloom
2016-07-25posix: refactor cond wait support to defer abstime conversionGedare Bloom
2016-07-25cpukit: Add and use Watchdog_Discipline.Gedare Bloom
2016-05-30posix: Avoid use of internal mutex methodsSebastian Huber
2016-05-30score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber
2016-05-26score: Add Status_Control for all APIsSebastian Huber
2016-05-25score: Move thread queue MP callout to contextSebastian Huber
2016-05-25score: Get rid of mp_id parameterSebastian Huber
2016-05-25score: Move thread queue object supportSebastian Huber
2016-04-27posix: Avoid Giant lock for condition variablesSebastian Huber
2016-04-21posix: _POSIX_Condition_variables_Wait_support()Sebastian Huber
2016-04-06score: Delete Thread_Wait_information::idSebastian Huber
2016-03-29score: Remove Thread_queue_Queue::operations fieldSebastian Huber
2015-07-28score: Rename _POSIX_Absolute_timeout_to_ticks()Sebastian Huber
2015-05-19score: Delete Thread_queue_Control::timeout_statusSebastian Huber
2015-05-19score: Add Thread_queue_Control::LockSebastian Huber
2015-04-23score: Delete Thread_queue_Control::stateSebastian Huber
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2014-02-03posix/*.c: Remove use of register keywordJoel Sherrill
2013-12-09condwaitsupp.c: Return EPERM if waiting and mutex is not lockedJoel Sherrill
2013-08-23score: _Thread_queue_Enqueue_with_handler()Sebastian Huber
2013-07-26score: Create object implementation headerSebastian Huber
2013-07-26score: Create states implementation headerSebastian Huber
2013-07-22score: Obtain _Thread_Executing in proper contextSebastian Huber
2013-07-22posix: Create condition variable impl headerSebastian Huber
2013-07-18posix: Create mutex implementation headerSebastian Huber
2013-06-07score: Add and use _Objects_Put()Sebastian Huber
2012-12-15posix: Doxygen Enhancement Task #2Alex Ivanov
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill
2011-07-242011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
2010-07-282010-07-28 Vinu Rajashekhar <vinutheraj@gmail.com>Joel Sherrill
2008-09-04Convert to "bool".Ralf Corsepius
2007-12-172007-12-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
2007-11-302007-11-30 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey
2007-11-282007-11-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
2007-10-262007-10-26 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
2004-04-16Remove stray white spaces.Ralf Corsepius
2001-01-242001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
1999-11-02Split condition variables into multiple files.Joel Sherrill