summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/condwaitsupp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpukit/posix/src/[a-o]*.c: Change license to BSD-2Joel Sherrill2022-02-281-3/+22
* score: Fix initialization of thread queue contextSebastian Huber2021-06-101-1/+1
* doxygen: Switch @brief and @ingroupSebastian Huber2020-04-281-1/+2
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
* score: Move thread queue timeout handlingSebastian Huber2017-10-241-55/+71
* posix: Implement self-contained POSIX condvarSebastian Huber2017-10-051-16/+11
* posix: Use mutex object itself for condvarSebastian Huber2017-09-121-4/+4
* score: Add _Thread_queue_Object_nameSebastian Huber2017-01-311-2/+1
* score: Add STATES_THREAD_QUEUE_WITH_IDENTIFIERSebastian Huber2017-01-111-1/+2
* score: Optimize _Thread_queue_Enqueue()Sebastian Huber2016-11-241-1/+4
* score: Rename _Thread_queue_Enqueue_critical()Sebastian Huber2016-11-231-1/+1
* score: Add thread queue enqueue calloutSebastian Huber2016-11-231-33/+42
* score: Introduce Thread_queue_Lock_contextSebastian Huber2016-09-081-1/+3
* posix: cond_timedwait remember and use clock from condattrGedare Bloom2016-07-251-1/+2
* posix: refactor cond wait support to defer abstime conversionGedare Bloom2016-07-251-4/+30
* cpukit: Add and use Watchdog_Discipline.Gedare Bloom2016-07-251-1/+2
* posix: Avoid use of internal mutex methodsSebastian Huber2016-05-301-23/+13
* score: _CORE_mutex_Check_dispatch_for_seize()Sebastian Huber2016-05-301-1/+2
* score: Add Status_Control for all APIsSebastian Huber2016-05-261-18/+15
* score: Move thread queue MP callout to contextSebastian Huber2016-05-251-11/+10
* score: Get rid of mp_id parameterSebastian Huber2016-05-251-1/+0
* score: Move thread queue object supportSebastian Huber2016-05-251-5/+2
* posix: Avoid Giant lock for condition variablesSebastian Huber2016-04-271-85/+103
* posix: _POSIX_Condition_variables_Wait_support()Sebastian Huber2016-04-211-13/+5
* score: Delete Thread_Wait_information::idSebastian Huber2016-04-061-1/+6
* score: Remove Thread_queue_Queue::operations fieldSebastian Huber2016-03-291-0/+1
* score: Rename _POSIX_Absolute_timeout_to_ticks()Sebastian Huber2015-07-281-1/+0
* score: Delete Thread_queue_Control::timeout_statusSebastian Huber2015-05-191-1/+2
* score: Add Thread_queue_Control::LockSebastian Huber2015-05-191-2/+0
* score: Delete Thread_queue_Control::stateSebastian Huber2015-04-231-1/+8
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* posix/*.c: Remove use of register keywordJoel Sherrill2014-02-031-2/+2
* condwaitsupp.c: Return EPERM if waiting and mutex is not lockedJoel Sherrill2013-12-091-4/+8
* score: _Thread_queue_Enqueue_with_handler()Sebastian Huber2013-08-231-1/+1
* score: Create object implementation headerSebastian Huber2013-07-261-1/+0
* score: Create states implementation headerSebastian Huber2013-07-261-1/+0
* score: Obtain _Thread_Executing in proper contextSebastian Huber2013-07-221-4/+6
* posix: Create condition variable impl headerSebastian Huber2013-07-221-1/+1
* posix: Create mutex implementation headerSebastian Huber2013-07-181-1/+1
* score: Add and use _Objects_Put()Sebastian Huber2013-06-071-6/+8
* posix: Doxygen Enhancement Task #2Alex Ivanov2012-12-151-7/+7
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
* 2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-241-2/+1
* 2010-07-28 Vinu Rajashekhar <vinutheraj@gmail.com>Joel Sherrill2010-07-281-2/+9
* Convert to "bool".Ralf Corsepius2008-09-041-1/+1
* 2007-12-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-171-0/+7
* 2007-11-30 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2007-11-301-6/+9
* 2007-11-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-11-281-3/+0
* 2007-10-26 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-10-261-1/+1
* Remove stray white spaces.Ralf Corsepius2004-04-161-7/+7