summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx02 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-223-15/+15
| | | | of switching to the modified GNU GPL.
* Filled in the screenMark Johannes1996-08-231-0/+26
|
* added include of errno.h so the test can check for EINTR.Joel Sherrill1996-08-131-0/+1
|
* nanosleep now returns -1 and EINTR when a signal interrupts EINTR.Joel Sherrill1996-08-131-2/+8
|
* Added test case which blocks a signal, sees what signals are pending, sendsJoel Sherrill1996-06-111-1/+44
| | | | | that same signal to the executing thread, sees what is pending, then unblocks that signal so the handler can execute.
* modified to test pthread_kill() to self and pthread_kill() to a blockedJoel Sherrill1996-06-112-8/+24
| | | | thread. nanosleep() can be interrupted and return the time remaining.
* new files.Joel Sherrill1996-06-104-0/+177
This test does a basic checkout of signals with a thread-directed signal (pthread_kill()) used to interrupt a nanosleep().