summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psx05/init.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 2003-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-11-111-583/+0
* 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
* Init.c: added priority ceiling task cases.Mark Johannes1996-08-081-20/+204
* added test case for timeout using pthread_mutex_timedlockJoel Sherrill1996-07-041-0/+13
* first test cases for mutex manager passJoel Sherrill1996-07-041-0/+171