summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx10/init.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests: Remove TEST_INITSebastian Huber2017-10-281-2/+0
* testsuite: Use printk for all test output where possible.Chris Johns2017-10-231-0/+2
* posix: Implement self-contained POSIX condvarSebastian Huber2017-10-051-10/+119
* posix: Allow PTHREAD_PROCESS_SHARED for condvarSebastian Huber2017-09-151-0/+19
* tests/psxtests: Use <rtems/test.h>Sebastian Huber2014-03-251-2/+3
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-221-0/+4
* 2010-10-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-10-211-46/+46
* 2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-081-47/+47
* 2009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-291-1/+1
* 2008-08-04 Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>Joel Sherrill2008-08-041-3/+8
* Remove stray white spaces.Ralf Corsepius2004-04-161-4/+4
* 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
* 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
* Fixed test to match change to pthread_cond_timedwait which now takes a wallMark Johannes1996-09-121-26/+32
* Changed test 5 to test 10 at bottomMark Johannes1996-08-231-1/+1
* Commented out the EINVAL for mutex not acquired befor cond_wait callMark Johannes1996-08-221-4/+9
* init: added error case for wait timedwait, and wait supportMark Johannes1996-08-141-8/+153
* Init.c: added timewait case, added broadcast caseMark Johannes1996-08-131-3/+28
* Init.c: added cases for signal, wait and broadcastMark Johannes1996-08-121-7/+26
* Init: added pthread_cond_init with an attr non-NULL, initialized the attr againMark Johannes1996-08-121-0/+8
* Init: added prliminary phtread_cond_init and destroy cases.Mark Johannes1996-08-121-0/+9
* Init: added condattr - destroy, init, set and get casesMark Johannes1996-08-091-5/+6
* Init: Original file - tests for condition variables.Mark Johannes1996-08-081-0/+94