summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/posix/condimpl.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-19Do not use RTEMS_INLINE_ROUTINESebastian Huber1-5/+5
2022-02-28cpukit/include/rtems/posix/*.h: Change license to BSD-2Joel Sherrill1-3/+22
2018-01-25Remove make preinstallChris Johns1-0/+0
2017-10-05posix: Implement self-contained POSIX condvarSebastian Huber1-48/+84
2017-09-12posix: Use mutex object itself for condvarSebastian Huber1-1/+1
2017-01-31score: Add _Thread_queue_Object_nameSebastian Huber1-1/+1
2016-11-23score: Add thread queue enqueue calloutSebastian Huber1-0/+4
2016-09-08score: Simplify thread queue acquire/releaseSebastian Huber1-5/+2
2016-09-08score: Fix warningSebastian Huber1-1/+1
2016-07-25posix: cond_timedwait remember and use clock from condattrGedare Bloom1-1/+3
2016-07-25posix: refactor cond wait support to defer abstime conversionGedare Bloom1-2/+1
2016-05-25score: Move thread queue MP callout to contextSebastian Huber1-6/+9
2016-04-27posix: Avoid Giant lock for condition variablesSebastian Huber1-16/+36
2016-03-29score: Remove Thread_queue_Queue::operations fieldSebastian Huber1-0/+2
2016-02-03Optional POSIX Condition Variable initializationSebastian Huber1-8/+1
2015-05-19score: Add Thread_queue_Control::LockSebastian Huber1-0/+2
2014-07-26Delete unused *_Is_null() functionsSebastian Huber1-14/+0
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-12-09condimpl.h: Comment clean upJoel Sherrill1-98/+35
2013-07-26score: Create object implementation headerSebastian Huber1-0/+1
2013-07-22posix: Create condition variable impl headerSebastian Huber1-31/+43
2013-01-10cpukit: Use Consistent Beginning of Doxygen Group NotationJoel Sherrill1-1/+1
2013-01-10cpukit: Doxygen group fixes and many warnings addressedJoel Sherrill1-1/+1
2013-01-07posix: Doxygen Clean Up Task #1Alex Ivanov1-15/+17
2012-12-15posix: Doxygen Enhancement Task #2Alex Ivanov1-6/+5
2012-12-13posix: Doxygen enhancement task #4Mathew Kallada1-1/+11
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2011-06-242011-06-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-4/+4
2008-12-172008-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-4/+2
2008-09-04Convert to "bool".Ralf Corsepius1-3/+3
2008-01-092008-01-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+15
2007-12-032007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-3/+0
2005-02-21New header guards.Ralf Corsepius1-2/+2
2005-01-072005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+1
2004-11-21Add doxygen preamble.Ralf Corsepius1-0/+4
2004-04-16Remove stray white spaces.Ralf Corsepius1-18/+18
2004-04-15Remove stray white spaces.Ralf Corsepius1-1/+0
2004-03-232004-03-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-1/+1
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2000-12-012000-12-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+2
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-11-02Split condition variables into multiple files.Joel Sherrill1-0/+36
1998-11-23Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1-0/+2
1998-02-17updated copyright to 1998Joel Sherrill1-1/+1
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill1-2/+2
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill1-5/+5
1996-08-15added constant to indicate there is no mutex associated with thisJoel Sherrill1-0/+7
1996-07-03switched from "STATIC INLINE" to "RTEMS_INLINE_ROUTINE"Joel Sherrill1-4/+4
1996-05-28split the inclusion of "EXTERN" data based on whether it was sapi,Joel Sherrill1-1/+1
1995-09-26posix support initially addedJoel Sherrill1-0/+123