summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx05/init.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
1996-08-14pthread_mutex_init returns EAGAIN not ENOMEM when there are too many mutexes.Joel Sherrill1-2/+2
1996-08-12added numerous error test cases.Joel Sherrill1-13/+154
1996-08-09added test cases for errors in pthread_mutexattr_getpsharedJoel Sherrill1-1/+16
1996-08-09added test cases for EINVAL cases in pthread_mutexattr_destroyJoel Sherrill1-1/+21
1996-08-09added test case for pthread_mutexattr_init being passed a null pointer.Joel Sherrill1-0/+4
1996-08-09changed style of output to match other testsJoel Sherrill1-40/+51
1996-08-08Init.c: added priority ceiling task cases.Mark Johannes1-20/+204
1996-07-04added test case for timeout using pthread_mutex_timedlockJoel Sherrill1-0/+13
1996-07-04first test cases for mutex manager passJoel Sherrill1-0/+171