summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/mutex.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-05posix: Implement self-contained POSIX mutexSebastian Huber1-75/+0
2016-06-22posix: _POSIX_Mutex_Default_attributesSebastian Huber1-22/+11
2016-04-21score: Simplify _Objects_Initialize_information()Sebastian Huber1-5/+1
2016-02-03Optional POSIX Mutex initializationSebastian Huber1-1/+12
2015-07-28score: Rename _POSIX_Absolute_timeout_to_ticks()Sebastian Huber1-1/+0
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-07-26score: Create mpci implementation headerSebastian Huber1-3/+0
2013-07-22posix: Create priority implementation headerSebastian Huber1-1/+1
2013-07-18score: Create mutex implementation headerSebastian Huber1-1/+1
2013-07-18posix: Create mutex implementation headerSebastian Huber1-1/+1
2012-12-16posix: Doxygen Enhancement Task #7Mathew Kallada1-0/+7
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2011-07-242011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+1
2009-07-062009-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+3
2009-02-03Eliminate TRUE/FALSE.Ralf Corsepius1-4/+4
2008-12-172008-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-5/+5
2008-12-142008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+15
2008-02-15include <limits.h>Ralf Corsepius1-0/+1
2008-01-312008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-2/+2
2007-12-172007-12-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+7
2007-03-262007-03-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+0
2004-04-16Remove stray white spaces.Ralf Corsepius1-1/+1
2004-03-232004-03-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-1/+1
2002-07-012002-07-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-7/+12
2001-01-242001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+4
1999-11-02Split mutex.c into multiple files.Joel Sherrill1-702/+0
1999-11-02Commented out lines causing warning.Joel Sherrill1-0/+2
1999-05-14Removed check for initialized ID at request of Rosimildo DaSilvaJoel Sherrill1-0/+23
1998-11-23Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1-11/+45
1997-08-22Fixed infinite recursion bug in PTHREAD_MUTEX_INITIALIZER.Joel Sherrill1-10/+15
1996-09-05pthread_mutex_setprioceiling: fixed bug where returned priority wasJoel Sherrill1-1/+3
1996-08-19pthread_mutex_init: added error messages for NULL mutex and EBUSYMark Johannes1-6/+22
1996-08-15changed ENOMEM error messageMark Johannes1-1/+4
1996-08-12fixed spacing ; moved a dummy MP support routine to clean up printout.Joel Sherrill1-9/+10
1996-08-12pthread_mutex_getprioceiling: added error check for null old_ceilingJoel Sherrill1-2/+4
1996-08-12pthread_mutexattr_setprioceiling: fixed typoJoel Sherrill1-1/+1
1996-08-12pthread_mutexattr_setprioceiling: valid priority ceiling check looked atJoel Sherrill1-1/+1
1996-08-12pthread_mutexattr_getprotocol: added check for attribute structure beingJoel Sherrill1-1/+1
1996-08-09added code to catch NULL pointers for return values passed to get routinesJoel Sherrill1-6/+9
1996-08-07_POSIX_Mutex_From_core_mutex_status: added priority ceiling violation caseMark Johannes1-0/+2
1996-08-06POSIX_Mutex_Default_attributes: changed prio_ceiling to maximum priorityMark Johannes1-1/+2
1996-07-04basic test cases passedJoel Sherrill1-4/+35
1996-06-04clean up passJoel Sherrill1-10/+14
1996-06-03renamed _POSIX_Time_Spec_to_interval to _POSIX_Timespec_to_intervalJoel Sherrill1-1/+1
1996-05-31added checks to validate values passed to set attribute routinesJoel Sherrill1-4/+19
1996-05-29renamed signal.c to psignal.c to avoid naming problems.Joel Sherrill1-0/+35
1996-05-28comment cleanupJoel Sherrill1-2/+1
1996-05-22These files have been modified in the initial pass at getting the portionJoel Sherrill1-2/+1
1995-10-06fixed missing CVS IDsJoel Sherrill1-0/+1
1995-09-26posix support initially addedJoel Sherrill1-0/+569