summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx10/init.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-12testsuites/psxtests/psx[01]*: Change license to BSD-2Joel Sherrill1-3/+22
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-05posix: Implement self-contained POSIX condvarSebastian Huber1-10/+119
2017-09-15posix: Allow PTHREAD_PROCESS_SHARED for condvarSebastian Huber1-0/+19
2014-03-25tests/psxtests: Use <rtems/test.h>Sebastian Huber1-2/+3
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2011-02-22Add HAVE_CONFIG_H.Ralf Corsepius1-0/+4
2010-10-212010-10-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-46/+46
2009-12-082009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-47/+47
2009-10-292009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
2008-08-042008-08-04 Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>Joel Sherrill1-3/+8
2004-04-16Remove stray white spaces.Ralf Corsepius1-4/+4
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
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-09-12Fixed test to match change to pthread_cond_timedwait which now takes a wallMark Johannes1-26/+32
1996-08-23Changed test 5 to test 10 at bottomMark Johannes1-1/+1
1996-08-22Commented out the EINVAL for mutex not acquired befor cond_wait callMark Johannes1-4/+9
1996-08-14init: added error case for wait timedwait, and wait supportMark Johannes1-8/+153
1996-08-13Init.c: added timewait case, added broadcast caseMark Johannes1-3/+28
1996-08-12Init.c: added cases for signal, wait and broadcastMark Johannes1-7/+26
1996-08-12Init: added pthread_cond_init with an attr non-NULL, initialized the attr againMark Johannes1-0/+8
1996-08-12Init: added prliminary phtread_cond_init and destroy cases.Mark Johannes1-0/+9
1996-08-09Init: added condattr - destroy, init, set and get casesMark Johannes1-5/+6
1996-08-08Init: Original file - tests for condition variables.Mark Johannes1-0/+94