summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx05/init.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* posix: Implement self-contained POSIX mutexSebastian Huber2017-10-051-9/+184
* posix: Allow PTHREAD_PROCESS_SHARED for mutexesSebastian Huber2017-09-151-3/+6
* testsuites: Increase invalid priority valuesSebastian Huber2016-06-241-1/+1
* posix: pthread_mutexattr_setprioceiling()Sebastian Huber2016-06-221-8/+15
* posix: Add pthread_setschedprio()Sebastian Huber2016-06-131-0/+30
* posix: Fix pthread_setschedparam()Sebastian Huber2016-06-131-0/+54
* posix: Fix pthread_getschedparam()Sebastian Huber2016-06-131-0/+46
* psxtests/psx05: Adjust test caseSebastian Huber2015-02-261-2/+2
* tests/psxtests: Use <rtems/test.h>Sebastian Huber2014-03-251-2/+4
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* psxtests: add documentation for psx05Chirayu Desai2013-11-291-1/+1
* score: Rename tod.h to todimpl.hSebastian Huber2013-08-011-1/+1
* score: Merge tod implementation into one fileSebastian Huber2013-07-261-0/+2
* posix: Create priority implementation headerSebastian Huber2013-07-221-1/+0
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-221-0/+4
* 2011-01-02 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-01-031-1/+1
* 2010-10-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-10-211-2/+2
* 2010-10-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-10-211-100/+100
* 2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-081-100/+100
* Whitespace removal.Ralf Corsepius2009-11-301-3/+3
* Use PRIxpthread_t to print pthread_t's.Ralf Corsepius2009-10-271-1/+1
* 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-251-0/+2
* 2009-10-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-121-0/+9
* 2009-08-17 Santosh G Vattam <vattam.santosh@gmail.com>Joel Sherrill2009-08-171-0/+18
* 2009-07-28 Santosh G Vattam <vattam.santosh@gmail.com>Joel Sherrill2009-07-281-1/+9
* 2009-07-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-07-061-0/+12
* 2009-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-06-291-0/+15
* 2009-05-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-111-2/+13
* 2008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-141-1/+1
* 2008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-141-6/+14
* 2008-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-07-181-5/+26
* Remove stray white spaces.Ralf Corsepius2004-04-161-56/+56
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
* 2002-08-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-08-021-1/+1
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
* Removed reinitialize mutex test case to reflect earlier code change inJoel Sherrill1999-10-251-1/+8
* Changed to account for ownership only being tracked when a priorityJoel Sherrill1998-12-031-0/+8
* updated copyright to 1998Joel Sherrill1998-02-171-1/+1
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-081-2/+2
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-221-5/+5
* Modified to reflect change from 255 posix priority levels to 254.Joel Sherrill1997-04-181-2/+2
* corrected printf format to avoid warningJoel Sherrill1997-04-021-1/+1
* Added Einval case for mutex not initializedMark Johannes1996-08-201-0/+10
* pthread_mutex_init returns EAGAIN not ENOMEM when there are too many mutexes.Joel Sherrill1996-08-141-2/+2
* added numerous error test cases.Joel Sherrill1996-08-121-13/+154
* added test cases for errors in pthread_mutexattr_getpsharedJoel Sherrill1996-08-091-1/+16
* added test cases for EINVAL cases in pthread_mutexattr_destroyJoel Sherrill1996-08-091-1/+21
* added test case for pthread_mutexattr_init being passed a null pointer.Joel Sherrill1996-08-091-0/+4
* changed style of output to match other testsJoel Sherrill1996-08-091-40/+51