summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx05/init.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-12testsuites/psxtests/psx[01]*: Change license to BSD-2Joel Sherrill1-3/+22
2021-10-11score: _Thread_queue_Surrender_priority_ceiling()Sebastian Huber1-0/+43
2018-07-16posix: Fix rwlock auto initializationSebastian Huber1-0/+6
2017-10-28tests: Remove TEST_INITSebastian Huber1-2/+0
2017-10-23testsuite: Use printk for all test output where possible.Chris Johns1-0/+2
2017-10-09psxtests/psx05: Fix timeout calculationSebastian Huber1-9/+3
2017-10-05posix: Implement self-contained POSIX mutexSebastian Huber1-9/+184
2017-09-15posix: Allow PTHREAD_PROCESS_SHARED for mutexesSebastian Huber1-3/+6
2016-06-24testsuites: Increase invalid priority valuesSebastian Huber1-1/+1
2016-06-22posix: pthread_mutexattr_setprioceiling()Sebastian Huber1-8/+15
2016-06-13posix: Add pthread_setschedprio()Sebastian Huber1-0/+30
2016-06-13posix: Fix pthread_setschedparam()Sebastian Huber1-0/+54
2016-06-13posix: Fix pthread_getschedparam()Sebastian Huber1-0/+46
2015-02-26psxtests/psx05: Adjust test caseSebastian Huber1-2/+2
2014-03-25tests/psxtests: Use <rtems/test.h>Sebastian Huber1-2/+4
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-11-29psxtests: add documentation for psx05Chirayu Desai1-1/+1
2013-08-01score: Rename tod.h to todimpl.hSebastian Huber1-1/+1
2013-07-26score: Merge tod implementation into one fileSebastian Huber1-0/+2
2013-07-22posix: Create priority implementation headerSebastian Huber1-1/+0
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2011-02-22Add HAVE_CONFIG_H.Ralf Corsepius1-0/+4
2011-01-032011-01-02 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-1/+1
2010-10-212010-10-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+2
2010-10-212010-10-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-100/+100
2009-12-082009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-100/+100
2009-11-30Whitespace removal.Ralf Corsepius1-3/+3
2009-10-27Use PRIxpthread_t to print pthread_t's.Ralf Corsepius1-1/+1
2009-10-252009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+2
2009-10-122009-10-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+9
2009-08-172009-08-17 Santosh G Vattam <vattam.santosh@gmail.com>Joel Sherrill1-0/+18
2009-07-282009-07-28 Santosh G Vattam <vattam.santosh@gmail.com>Joel Sherrill1-1/+9
2009-07-062009-07-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+12
2009-06-292009-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+15
2009-05-112009-05-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+13
2008-12-142008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+1
2008-12-142008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-6/+14
2008-07-182008-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-5/+26
2004-04-16Remove stray white spaces.Ralf Corsepius1-56/+56
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2002-08-022002-08-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-10-25Removed reinitialize mutex test case to reflect earlier code change inJoel Sherrill1-1/+8
1998-12-03Changed to account for ownership only being tracked when a priorityJoel Sherrill1-0/+8
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
1997-04-18Modified to reflect change from 255 posix priority levels to 254.Joel Sherrill1-2/+2
1997-04-02corrected printf format to avoid warningJoel Sherrill1-1/+1
1996-08-20Added Einval case for mutex not initializedMark Johannes1-0/+10