summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/condtimedwait.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-13cpukit: Remove unused includesKinsey Moore1-1/+0
2022-02-28cpukit/posix/src/[a-o]*.c: Change license to BSD-2Joel Sherrill1-3/+22
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber1-1/+2
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
2016-07-25posix: cond_timedwait remember and use clock from condattrGedare Bloom1-0/+3
2016-07-25posix: refactor cond wait support to defer abstime conversionGedare Bloom1-24/+1
2016-04-27posix: Avoid Giant lock for condition variablesSebastian Huber1-6/+1
2015-07-28score: Rename _POSIX_Absolute_timeout_to_ticks()Sebastian Huber1-7/+6
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-07-26score: Create object implementation headerSebastian Huber1-1/+0
2013-07-26score: Create states implementation headerSebastian Huber1-1/+0
2013-07-22posix: Create condition variable impl headerSebastian Huber1-1/+1
2013-07-18posix: Create mutex implementation headerSebastian Huber1-1/+1
2013-01-10cpukit/posix: Doxygen group is POSIXAPIJoel Sherrill1-1/+1
2012-12-13posix: Doxygen enhancement task #4Mathew Kallada1-0/+7
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-6/+0
2011-07-242011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+1
2010-08-232010-08-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-14/+11
2009-05-032009-05-03 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+1
2009-02-03Eliminate TRUE/FALSE.Ralf Corsepius1-2/+2
2008-09-04Convert to "bool".Ralf Corsepius1-1/+1
2008-07-182008-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-24/+21
2007-04-052007-04-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-10/+24
2004-04-16Remove stray white spaces.Ralf Corsepius1-2/+2
2001-01-242001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+4
1999-11-02Split condition variables into multiple files.Joel Sherrill1-0/+57