summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx03/init.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-221-5/+5
| | | | of switching to the modified GNU GPL.
* corrected problem in which sigtimedwait() was being invoked withJoel Sherrill1996-08-131-60/+3
| | | | | | the wrong mask. removed code which was commented out. This code was in another test.
* initial modifications to test sigtimedwait.Joel Sherrill1996-06-151-0/+2
|
* first successful run. Has test cases for a simple sigtimedwait() timeout,Mark Johannes1996-06-131-0/+231
a sigtimewait() timeout because it was pthread_kill'ed with a blocked signal, and a sigtimedwait which is satisfied.