summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/condwaitsupp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 2001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-01-241-0/+4
* Split condition variables into multiple files.Joel Sherrill1999-11-021-0/+104